From fd2b1e601ffbca0ff6b8afb988f48319729c9959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Vask=C3=B3?= <1771332+vlaci@users.noreply.github.com> Date: Thu, 16 Oct 2025 17:18:47 +0200 Subject: [PATCH] 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. --- overlay.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/overlay.nix b/overlay.nix index a2df08ea05..4f64666592 100644 --- a/overlay.nix +++ b/overlay.nix @@ -29,6 +29,8 @@ final: prev: ''; # orig had `src` attribute, but we are using `srcs`. This trips a warning. __intentionallyOverridingVersion = true; + + separateDebugInfo = true; }); unblob = final.callPackage ./package.nix { };