hyprctl: add nix flag (#12653)
This commit is contained in:
parent
7ccc57eb7c
commit
4036c37e55
3 changed files with 12 additions and 1 deletions
|
|
@ -192,6 +192,7 @@ in
|
|||
dontStrip = debug;
|
||||
|
||||
cmakeFlags = mapAttrsToList cmakeBool {
|
||||
"BUILT_WITH_NIX" = true;
|
||||
"NO_XWAYLAND" = !enableXWayland;
|
||||
"LEGACY_RENDERER" = legacyRenderer;
|
||||
"NO_SYSTEMD" = !withSystemd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue