mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
Nix: Remove upstreamed skia fix from devshell
This commit is contained in:
parent
473e4d4ac0
commit
ea1997c631
Notes:
github-actions[bot]
2025-02-05 20:42:54 +00:00
Author: https://github.com/ttrssreal Commit: https://github.com/LadybirdBrowser/ladybird/commit/ea1997c6312 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3427 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/gmta
1 changed files with 1 additions and 9 deletions
10
shell.nix
10
shell.nix
|
@ -4,15 +4,7 @@
|
|||
|
||||
pkgs.mkShell {
|
||||
inputsFrom = [
|
||||
(pkgs.ladybird.override (prev: {
|
||||
# Apply fix expanding skia's public api
|
||||
# See #4d7b717
|
||||
skia = prev.skia.overrideAttrs (prev: {
|
||||
gnFlags = prev.gnFlags ++ [
|
||||
"extra_cflags+=[\"-DSKCMS_API=__attribute__((visibility(\\\"default\\\")))\"]"
|
||||
];
|
||||
});
|
||||
}))
|
||||
pkgs.ladybird
|
||||
];
|
||||
|
||||
packages =
|
||||
|
|
Loading…
Add table
Reference in a new issue