mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
xdg-desktop-portal-hyprland: Enable separateDebugInfo
(cherry picked from commit dcfe551ba9)
This commit is contained in:
parent
66cc01d829
commit
37de78bc45
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
cmakeBuildType = if debug then "Debug" else "RelWithDebInfo";
|
||||
|
||||
dontStrip = debug;
|
||||
separateDebugInfo = !debug;
|
||||
|
||||
dontWrapQtApps = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue