* 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
@@ -391,7 +391,7 @@ stdenv.mkDerivation ({
# GCC 4.5.2 doesn't support the `install-strip' target, so let `stdenv' do
# the stripping by default.
// optionalAttrs (!stripped) { dontStrip = true; NIX_STRIP_DEBUG = false; }
// optionalAttrs (!stripped) { dontStrip = true; }
// optionalAttrs langVhdl rec {
name = "ghdl-0.29";
@@ -405,7 +405,7 @@ stdenv.mkDerivation ({
installTargets = "install-gcc install-target-libgcc";
}
// optionalAttrs (!stripped) { dontStrip = true; NIX_STRIP_DEBUG = false; }
// optionalAttrs (!stripped) { dontStrip = true; }
// optionalAttrs langVhdl rec {
name = "ghdl-0.29";