abouttreesummaryrefslogcommitdiff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/common.nix b/common.nix
index 8b3fced..b3c4f5d 100644
--- a/common.nix
+++ b/common.nix
@@ -41,11 +41,11 @@ stdenv.mkDerivation {
passthru
;
- separateDebugInfo = true;
-
- dontPatchELF = true;
- dontStrip = true;
- dontShrinkRpath = true;
+ # separateDebugInfo = true;
+ #
+ # dontPatchELF = true;
+ # dontStrip = true;
+ # dontShrinkRpath = true;
nativeBuildInputs = [
pkg-config