mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
hyprland-qtutils: Enable separateDebugInfo
This commit is contained in:
parent
fb1ea5c439
commit
2baaf742c5
1 changed files with 3 additions and 0 deletions
|
|
@ -51,6 +51,9 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
|
|||
qtWrapperArgs+=(--prefix PATH : "${makeBinPath [ pciutils ]}")
|
||||
'';
|
||||
|
||||
cmakeBuildType = "RelWithDebInfo";
|
||||
separateDebugInfo = true;
|
||||
|
||||
meta = {
|
||||
description = "Hyprland QT/qml utility apps";
|
||||
homepage = "https://github.com/hyprwm/hyprland-qtutils";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue