hyprpaper: Enable separateDebugInfo

(cherry picked from commit 0b5763d605)
This commit is contained in:
Lee Bousfield 2026-07-02 13:10:46 -05:00 committed by github-actions[bot]
commit 3f4ab5a717

View file

@ -90,6 +90,9 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
cmakeBuildType = "RelWithDebInfo";
separateDebugInfo = true;
meta = {
inherit (finalAttrs.src.meta) homepage;
description = "Blazing fast wayland wallpaper utility";