mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
xcbuild: fix missing library for PlistBuddy
PlistBuddy requires liblinenoise.dylib, which is compiled from a third party archive, but not installed
This commit is contained in:
parent
a3fec5f8cd
commit
776241d186
@ -51,6 +51,7 @@ in stdenv.mkDerivation {
|
||||
postInstall = ''
|
||||
mv $out/usr/* $out
|
||||
rmdir $out/usr
|
||||
cp liblinenoise.* $out/lib/
|
||||
'';
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error";
|
||||
|
Loading…
Reference in New Issue
Block a user