diff options
Diffstat (limited to 'common.nix')
| -rw-r--r-- | common.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -43,6 +43,10 @@ stdenv.mkDerivation { separateDebugInfo = true; + dontPatchELF = true; + dontStrip = true; + dontShrinkRpath = true; + nativeBuildInputs = [ pkg-config asciidoc |
