Change stdenv on darwin to not set NIX_ENFORCE_PURITY

This commit is contained in:
John Wiegley 2014-05-29 02:43:10 -05:00
parent d58370db24
commit 27ecc1c9e9

View file

@ -9,6 +9,7 @@ import ../generic rec {
export NIX_IGNORE_LD_THROUGH_GCC=1
if [ "$system" = "i686-darwin" -o "$system" = "powerpc-darwin" -o "$system" = "x86_64-darwin" ]; then
export NIX_ENFORCE_PURITY=
export NIX_DONT_SET_RPATH=1
export NIX_NO_SELF_RPATH=1
dontFixLibtool=1