mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
hyprcursor: Enable separateDebugInfo
(cherry picked from commit 05f71f7de4)
This commit is contained in:
parent
d9f42f4ff5
commit
530b4ea7b7
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
|
|||
"lib"
|
||||
];
|
||||
|
||||
cmakeBuildType = "RelWithDebInfo";
|
||||
separateDebugInfo = true;
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue