xdg-desktop-portal-hyprland: Enable separateDebugInfo

(cherry picked from commit dcfe551ba9)
This commit is contained in:
Lee Bousfield 2026-07-02 13:08:17 -05:00 committed by github-actions[bot]
commit 37de78bc45

View file

@ -67,6 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
cmakeBuildType = if debug then "Debug" else "RelWithDebInfo";
dontStrip = debug;
separateDebugInfo = !debug;
dontWrapQtApps = true;