Nix: re-enable uwsm desktop file
This commit is contained in:
parent
2525052779
commit
14c49230cc
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ in
|
|||
"LEGACY_RENDERER" = legacyRenderer;
|
||||
"NO_SYSTEMD" = !withSystemd;
|
||||
"CMAKE_DISABLE_PRECOMPILE_HEADERS" = true;
|
||||
"NO_UWSM" = true;
|
||||
"NO_UWSM" = !withSystemd;
|
||||
"NO_HYPRPM" = true;
|
||||
"TRACY_ENABLE" = false;
|
||||
"WITH_TESTS" = withTests;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue