Merge pull request #117967 from mroi/patch-xcbuild

xcbuild: fix missing library for PlistBuddy
This commit is contained in:
Sandro 2021-04-02 19:58:01 +02:00 committed by GitHub
commit fc0a4c5acc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ in stdenv.mkDerivation {
postInstall = ''
mv $out/usr/* $out
rmdir $out/usr
cp liblinenoise.* $out/lib/
'';
NIX_CFLAGS_COMPILE = "-Wno-error";