Remove references to $NIX_STRIP_DEBUG

This was removed in 3ea1c30846.
This commit is contained in:
Eelco Dolstra
2017-02-05 11:08:32 +01:00
parent 73d798549f
commit 42574f52b9
5 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -545,7 +545,7 @@ stdenv.mkDerivation ({
}
# Strip kills static libs of other archs (hence cross != null)
// optionalAttrs (!stripped || cross != null) { dontStrip = true; NIX_STRIP_DEBUG = 0; }
// optionalAttrs (!stripped || cross != null) { dontStrip = true; }
// optionalAttrs (enableMultilib) { dontMoveLib64 = true; }
)