Merge pull request #52256 from matthewbauer/52148-fix

Provide real dsymutil to darwin stdenv
This commit is contained in:
Matthew Bauer
2018-12-18 10:00:24 -06:00
committed by GitHub
3 changed files with 7 additions and 13 deletions
-7
View File
@@ -90,13 +90,6 @@ let
popd
'';
postInstall = ''
cat >$out/bin/dsymutil << EOF
#!${stdenv.shell}
EOF
chmod +x $out/bin/dsymutil
'';
passthru = {
inherit targetPrefix;
};