mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Enable debug symbols
This commit is contained in:
parent
eb19ff3b82
commit
7072b8649a
1 changed files with 2 additions and 0 deletions
|
@ -132,6 +132,8 @@
|
||||||
|
|
||||||
doInstallCheck = true;
|
doInstallCheck = true;
|
||||||
installCheckFlags = "sysconfdir=$(out)/etc";
|
installCheckFlags = "sysconfdir=$(out)/etc";
|
||||||
|
|
||||||
|
separateDebugInfo = true;
|
||||||
}) // {
|
}) // {
|
||||||
|
|
||||||
perl-bindings = with final; releaseTools.nixBuild {
|
perl-bindings = with final; releaseTools.nixBuild {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue