Nix: don't strip debug symbols

This commit is contained in:
Mihai Fufezan 2024-06-17 13:05:21 +03:00
parent ea8fd1d3ea
commit d4c71b925c
Signed by: fufexan
SSH Key Fingerprint: SHA256:SdnKmEpJrDu1+2UO1QpB/Eg4HKcdDi6n+xSRqFNJVpg
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ stdenv.mkDerivation {
outputs = ["out" "dev"]; outputs = ["out" "dev"];
cmakeBuildType = "RelWithDebInfo";
dontStrip = true;
meta = with lib; { meta = with lib; {
homepage = "https://github.com/hyprwm/hyprutils"; homepage = "https://github.com/hyprwm/hyprutils";
description = "Small C++ library for utilities used across the Hypr* ecosystem"; description = "Small C++ library for utilities used across the Hypr* ecosystem";