darwin.stdenv: always use a response file

The bootstrap tools have been updated, so it is no longer necessary to suppress using a response file in the Darwin stdenv bootstrap.
This commit is contained in:
Randy Eckenrode 2024-07-01 17:14:51 -04:00
parent 65a37e7b14
commit 8559d6466b
No known key found for this signature in database
GPG Key ID: 64C1CD4EC2A600D9

View File

@ -591,9 +591,6 @@ in
extraPreHook = ''
stripAllFlags=" " # the cctools "strip" command doesn't know "-s"
stripDebugFlags="-S" # the cctools "strip" command does something odd with "-p"
# Dont assume the ld64 in bootstrap tools supports response files. Only recent versions do.
export NIX_LD_USE_RESPONSE_FILE=0
'';
})