mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
hyprpaper: Enable separateDebugInfo
(cherry picked from commit 0b5763d605)
This commit is contained in:
committed by
github-actions[bot]
parent
e24bbbbf66
commit
3f4ab5a717
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user