about summary refs log tree commit diff
path: root/pkgs/stdenv/nix/prehook.sh
blob: fbc3b9a6ef0ab20c09baa8efa0fdd9f3f5b9f67c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
export NIX_ENFORCE_PURITY=1
export NIX_IGNORE_LD_THROUGH_GCC=1

if test "$system" = "i686-darwin" -o "$system" = "powerpc-darwin"; then
    export NIX_DONT_SET_RPATH=1
    export NIX_NO_SELF_RPATH=1
    dontFixLibtool=1
    NIX_STRIP_DEBUG=0 # !!! do we still need this?
    stripAllFlags=" " # the Darwin "strip" command doesn't know "-s" 
    xargsFlags=" "
fi