Nix: re-enable hyprpm
This commit is contained in:
parent
8f547c6fa0
commit
f0b6714539
1 changed files with 1 additions and 1 deletions
|
|
@ -90,6 +90,7 @@ in
|
||||||
../assets/install
|
../assets/install
|
||||||
../hyprctl
|
../hyprctl
|
||||||
../hyprland.pc.in
|
../hyprland.pc.in
|
||||||
|
../hyprpm
|
||||||
../LICENSE
|
../LICENSE
|
||||||
../protocols
|
../protocols
|
||||||
../src
|
../src
|
||||||
|
|
@ -199,7 +200,6 @@ in
|
||||||
"NO_SYSTEMD" = !withSystemd;
|
"NO_SYSTEMD" = !withSystemd;
|
||||||
"CMAKE_DISABLE_PRECOMPILE_HEADERS" = true;
|
"CMAKE_DISABLE_PRECOMPILE_HEADERS" = true;
|
||||||
"NO_UWSM" = !withSystemd;
|
"NO_UWSM" = !withSystemd;
|
||||||
"NO_HYPRPM" = true;
|
|
||||||
"TRACY_ENABLE" = false;
|
"TRACY_ENABLE" = false;
|
||||||
"WITH_TESTS" = withTests;
|
"WITH_TESTS" = withTests;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue