* Remove the NIX_STRIP_DEBUG flag. It was undocumented and confusing

in its interaction with the ‘dontStrip’ attribute.

svn path=/nixpkgs/branches/stdenv-updates/; revision=30848
This commit is contained in:
Eelco Dolstra
2011-12-12 14:02:12 +00:00
parent ef7b97bade
commit 3ea1c30846
20 changed files with 22 additions and 151 deletions
-1
View File
@@ -30,7 +30,6 @@ stdenv.mkDerivation {
buildNativeInputs = [ unzip ];
dontStrip = true;
NIX_STRIP_DEBUG = false;
installPhase = ''
ensureDir $out