Enable some more debug info

This commit is contained in:
Eelco Dolstra
2017-07-05 16:04:54 +02:00
parent 9e1c7ddaae
commit c23dcd72a0
6 changed files with 6 additions and 0 deletions
@@ -29,6 +29,7 @@ let
outputs = [ "bin" "dev" "out" "man" ];
setOutputFlags = false;
separateDebugInfo = stdenv.isLinux;
nativeBuildInputs = [ perl ];
buildInputs = stdenv.lib.optional withCryptodev cryptodevHeaders;