about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2011-12-12 14:02:12 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2011-12-12 14:02:12 +0000
commit3ea1c308466d2daad18ceac4ef8176bb1c3c85de (patch)
tree8f3478442e51a6edc6f0c4d4b7cae18640422ac2 /pkgs/misc
parentef7b97badef4e6b26b060ed7ff5fba6d0c269942 (diff)
* 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
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/misc.nix1
-rw-r--r--pkgs/misc/uboot/default.nix1
-rw-r--r--pkgs/misc/uboot/guruplug.nix1
-rw-r--r--pkgs/misc/uboot/nanonote.nix1
-rw-r--r--pkgs/misc/uboot/sheevaplug.nix1
5 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/misc/misc.nix b/pkgs/misc/misc.nix
index 15ea4f8bcc1ec..1b026ebb684b3 100644
--- a/pkgs/misc/misc.nix
+++ b/pkgs/misc/misc.nix
@@ -113,7 +113,6 @@ in
 
     dontStrip = true;
 
-    NIX_STRIP_DEBUG=0;
     CFLAGS="-ggdb -O0";
     CXXFLAGS="-ggdb -O0";
 
diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix
index ffd40673b2f32..0ad55339d08fc 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -30,7 +30,6 @@ stdenv.mkDerivation {
   buildNativeInputs = [ unzip ];
 
   dontStrip = true;
-  NIX_STRIP_DEBUG = false;
 
   installPhase = ''
     ensureDir $out
diff --git a/pkgs/misc/uboot/guruplug.nix b/pkgs/misc/uboot/guruplug.nix
index f8048bbe0f4e0..b78424acfaede 100644
--- a/pkgs/misc/uboot/guruplug.nix
+++ b/pkgs/misc/uboot/guruplug.nix
@@ -42,7 +42,6 @@ stdenv.mkDerivation {
   buildNativeInputs = [ unzip ];
 
   dontStrip = true;
-  NIX_STRIP_DEBUG = false;
 
   installPhase = ''
     ensureDir $out
diff --git a/pkgs/misc/uboot/nanonote.nix b/pkgs/misc/uboot/nanonote.nix
index ff7c7742265ee..ef0bc190980ac 100644
--- a/pkgs/misc/uboot/nanonote.nix
+++ b/pkgs/misc/uboot/nanonote.nix
@@ -46,7 +46,6 @@ stdenv.mkDerivation {
   '';
 
   dontStrip = true;
-  NIX_STRIP_DEBUG = false;
 
   installPhase = ''
     ensureDir $out
diff --git a/pkgs/misc/uboot/sheevaplug.nix b/pkgs/misc/uboot/sheevaplug.nix
index 5c38f1d053bb3..83d029d415460 100644
--- a/pkgs/misc/uboot/sheevaplug.nix
+++ b/pkgs/misc/uboot/sheevaplug.nix
@@ -45,7 +45,6 @@ stdenv.mkDerivation {
   buildNativeInputs = [ unzip ];
 
   dontStrip = true;
-  NIX_STRIP_DEBUG = false;
 
   installPhase = ''
     ensureDir $out