Nix: re-enable hyprpm

This commit is contained in:
Mihai Fufezan 2026-01-20 13:26:10 +02:00
parent 8f547c6fa0
commit f0b6714539
No known key found for this signature in database

View file

@ -90,6 +90,7 @@ in
../assets/install
../hyprctl
../hyprland.pc.in
../hyprpm
../LICENSE
../protocols
../src
@ -199,7 +200,6 @@ in
"NO_SYSTEMD" = !withSystemd;
"CMAKE_DISABLE_PRECOMPILE_HEADERS" = true;
"NO_UWSM" = !withSystemd;
"NO_HYPRPM" = true;
"TRACY_ENABLE" = false;
"WITH_TESTS" = withTests;
};