hyprland-qtutils: Enable separateDebugInfo

This commit is contained in:
Lee Bousfield 2026-07-02 11:03:50 -05:00
commit 2baaf742c5
No known key found for this signature in database
GPG key ID: 51137D1C9B477CBD

View file

@ -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";