Merge pull request #52256 from matthewbauer/52148-fix
Provide real dsymutil to darwin stdenv
This commit is contained in:
@@ -90,13 +90,6 @@ let
|
||||
popd
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
cat >$out/bin/dsymutil << EOF
|
||||
#!${stdenv.shell}
|
||||
EOF
|
||||
chmod +x $out/bin/dsymutil
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
inherit targetPrefix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user