mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 14:50:18 +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: ea1997c631
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 {
|
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 =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue