hyprsunset: Enable separateDebugInfo

(cherry picked from commit 2970e07266)
This commit is contained in:
Lee Bousfield 2026-07-02 13:11:23 -05:00 committed by github-actions[bot]
commit 76808d3a9a

View file

@ -46,6 +46,9 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
strictDeps = true;
cmakeBuildType = "RelWithDebInfo";
separateDebugInfo = true;
passthru = {
updateScript = nix-update-script { };
};