mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-10 07:05:20 -05:00
Fix shell.nix for sharp
This commit is contained in:
parent
96ac331903
commit
81c6f68509
@ -13,4 +13,7 @@ pkgs.mkShell {
|
||||
];
|
||||
|
||||
SHARP_FORCE_GLOBAL_LIBVIPS = 1;
|
||||
shellHook = ''
|
||||
export LD_LIBRARY_PATH=${pkgs.stdenv.cc.cc.lib}/lib:$LD_LIBRARY_PATH
|
||||
'';
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user