Set SDKROOT etc. in stdenvNative

Fixes a build failure in gawk with Xcode 6.1 on 10.9.
This commit is contained in:
Eelco Dolstra
2014-11-04 16:35:13 +01:00
parent 7495c61d49
commit e575d739da
3 changed files with 11 additions and 10 deletions
+1 -3
View File
@@ -22,9 +22,7 @@ rec {
${prehookBase}
export NIX_DONT_SET_RPATH=1
export NIX_NO_SELF_RPATH=1
dontFixLibtool=1
stripAllFlags=" " # the Darwin "strip" command doesn't know "-s"
xargsFlags=" "
${import ../darwin/prehook.nix}
'';
prehookFreeBSD = ''