mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
Nix: Remove upstreamed skia fix from devshell
This commit is contained in:
parent
473e4d4ac0
commit
ea1997c631
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…
Reference in New Issue
Block a user