Merge pull request #117967 from mroi/patch-xcbuild
xcbuild: fix missing library for PlistBuddy
This commit is contained in:
commit
fc0a4c5acc
|
@ -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