From dcfe551ba991df55a846bc2414d0139710e2bec0 Mon Sep 17 00:00:00 2001 From: Lee Bousfield Date: Thu, 2 Jul 2026 13:08:17 -0500 Subject: [PATCH] xdg-desktop-portal-hyprland: Enable separateDebugInfo --- .../hyprwm/xdg-desktop-portal-hyprland/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/window-managers/hyprwm/xdg-desktop-portal-hyprland/default.nix b/pkgs/applications/window-managers/hyprwm/xdg-desktop-portal-hyprland/default.nix index c0da66554a81..a0bca1830c90 100644 --- a/pkgs/applications/window-managers/hyprwm/xdg-desktop-portal-hyprland/default.nix +++ b/pkgs/applications/window-managers/hyprwm/xdg-desktop-portal-hyprland/default.nix @@ -68,6 +68,7 @@ stdenv.mkDerivation (finalAttrs: { cmakeBuildType = if debug then "Debug" else "RelWithDebInfo"; dontStrip = debug; + separateDebugInfo = !debug; dontWrapQtApps = true;