mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
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:
parent
65a37e7b14
commit
8559d6466b
@ -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"
|
||||
|
||||
# Don’t assume the ld64 in bootstrap tools supports response files. Only recent versions do.
|
||||
export NIX_LD_USE_RESPONSE_FILE=0
|
||||
'';
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user