mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
1d49f0daff
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10812
6 lines
183 B
Bash
6 lines
183 B
Bash
export NIX_ENFORCE_PURITY=
|
|
export NIX_DONT_SET_RPATH=1
|
|
export NIX_NO_SELF_RPATH=1
|
|
dontFixLibtool=1
|
|
NIX_STRIP_DEBUG=0
|
|
stripAllFlags=" " # the Darwin "strip" command doesn't know "-s"
|