diff options
Diffstat (limited to 'common.nix')
| -rw-r--r-- | common.nix | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |
