* 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:
@@ -113,7 +113,6 @@ in
|
||||
|
||||
dontStrip = true;
|
||||
|
||||
NIX_STRIP_DEBUG=0;
|
||||
CFLAGS="-ggdb -O0";
|
||||
CXXFLAGS="-ggdb -O0";
|
||||
|
||||
|
||||
@@ -30,7 +30,6 @@ stdenv.mkDerivation {
|
||||
buildNativeInputs = [ unzip ];
|
||||
|
||||
dontStrip = true;
|
||||
NIX_STRIP_DEBUG = false;
|
||||
|
||||
installPhase = ''
|
||||
ensureDir $out
|
||||
|
||||
@@ -42,7 +42,6 @@ stdenv.mkDerivation {
|
||||
buildNativeInputs = [ unzip ];
|
||||
|
||||
dontStrip = true;
|
||||
NIX_STRIP_DEBUG = false;
|
||||
|
||||
installPhase = ''
|
||||
ensureDir $out
|
||||
|
||||
@@ -46,7 +46,6 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
dontStrip = true;
|
||||
NIX_STRIP_DEBUG = false;
|
||||
|
||||
installPhase = ''
|
||||
ensureDir $out
|
||||
|
||||
@@ -45,7 +45,6 @@ stdenv.mkDerivation {
|
||||
buildNativeInputs = [ unzip ];
|
||||
|
||||
dontStrip = true;
|
||||
NIX_STRIP_DEBUG = false;
|
||||
|
||||
installPhase = ''
|
||||
ensureDir $out
|
||||
|
||||
Reference in New Issue
Block a user