mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
hyprlock: Enable separateDebugInfo
(cherry picked from commit c74c7bf9e4)
This commit is contained in:
parent
3bef06d398
commit
30c63bf7c6
1 changed files with 3 additions and 0 deletions
|
|
@ -72,6 +72,9 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
|
|||
ln -s $out/share/hypr/hyprlock.conf $out/etc/xdg/hypr/hyprlock.conf
|
||||
'';
|
||||
|
||||
cmakeBuildType = "RelWithDebInfo";
|
||||
separateDebugInfo = true;
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue