Skip to content

Commit fe4647a

Browse files
authored
Merge pull request #1283 from onekey-sec/p7zip-debug
chore(nix): add debug info output for p7zip
2 parents e83ad3d + fd2b1e6 commit fe4647a

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)