mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
hyprpaper: Enable separateDebugInfo
(cherry picked from commit 0b5763d605)
This commit is contained in:
parent
e24bbbbf66
commit
3f4ab5a717
1 changed files with 3 additions and 0 deletions
|
|
@ -90,6 +90,9 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
|
|||
doInstallCheck = true;
|
||||
nativeInstallCheckInputs = [ versionCheckHook ];
|
||||
|
||||
cmakeBuildType = "RelWithDebInfo";
|
||||
separateDebugInfo = true;
|
||||
|
||||
meta = {
|
||||
inherit (finalAttrs.src.meta) homepage;
|
||||
description = "Blazing fast wayland wallpaper utility";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue