Skip to content

Commit fd2b1e6

Browse files
committed
chore(nix): add debug info output for p7zip
Its builder strips the output by default. `separateDebugInfo` adds a `p7zip.debug` output containing only the debug symbols. The only other custom package of ours, `e2fsprogs-nofortify` is not stripped.
1 parent e83ad3d commit fd2b1e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

overlay.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ final: prev:
2929
'';
3030
# orig had `src` attribute, but we are using `srcs`. This trips a warning.
3131
__intentionallyOverridingVersion = true;
32+
33+
separateDebugInfo = true;
3234
});
3335

3436
unblob = final.callPackage ./package.nix { };

0 commit comments

Comments
 (0)