mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 17:05:58 +01:00
Nix: enable systemd only when it's available on hostPlatform
This commit is contained in:
parent
d7209b90bb
commit
fe9453c643
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
hidpiXWayland ? false,
|
||||
legacyRenderer ? false,
|
||||
nvidiaPatches ? false,
|
||||
withSystemd ? true,
|
||||
withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd,
|
||||
wrapRuntimeDeps ? true,
|
||||
version ? "git",
|
||||
commit,
|
||||
|
|
Loading…
Reference in a new issue