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 = ''
|
postInstall = ''
|
||||||
mv $out/usr/* $out
|
mv $out/usr/* $out
|
||||||
rmdir $out/usr
|
rmdir $out/usr
|
||||||
|
cp liblinenoise.* $out/lib/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-error";
|
NIX_CFLAGS_COMPILE = "-Wno-error";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user