mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
Change stdenv on darwin to not set NIX_ENFORCE_PURITY
This commit is contained in:
parent
d58370db24
commit
27ecc1c9e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user