Nix: Remove upstreamed skia fix from devshell

This commit is contained in:
Jess
2025-02-03 05:26:48 +13:00
committed by Andrew Kaster
parent 473e4d4ac0
commit ea1997c631

View File

@@ -4,15 +4,7 @@
pkgs.mkShell { pkgs.mkShell {
inputsFrom = [ inputsFrom = [
(pkgs.ladybird.override (prev: { pkgs.ladybird
# Apply fix expanding skia's public api
# See #4d7b717
skia = prev.skia.overrideAttrs (prev: {
gnFlags = prev.gnFlags ++ [
"extra_cflags+=[\"-DSKCMS_API=__attribute__((visibility(\\\"default\\\")))\"]"
];
});
}))
]; ];
packages = packages =