fixDarwinDylibNames: use darwin.binutils not GNU binutils
This commit is contained in:
@@ -1363,7 +1363,7 @@ with pkgs;
|
||||
|
||||
fixDarwinDylibNames = makeSetupHook {
|
||||
name = "fix-darwin-dylib-names-hook";
|
||||
substitutions = { inherit (binutils) targetPrefix; };
|
||||
substitutions = { inherit (darwin.binutils) targetPrefix; };
|
||||
meta.platforms = lib.platforms.darwin;
|
||||
} ../build-support/setup-hooks/fix-darwin-dylib-names.sh;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user