mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
hyprlang: Enable separateDebugInfo
This commit is contained in:
parent
2baaf742c5
commit
335e15a79c
1 changed files with 3 additions and 0 deletions
|
|
@ -34,6 +34,9 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
doCheck = true;
|
||||
|
||||
cmakeBuildType = "RelWithDebInfo";
|
||||
separateDebugInfo = true;
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/hyprwm/hyprlang";
|
||||
description = "Official implementation library for the hypr config language";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue