uwsm: add missing systemd dependency
NOT a requirement to build, but a runtime dependency. Ideally, it is present in all environments, but let's not take any chances.
This commit is contained in:
parent
6239ac5d06
commit
a20bd2cca9
@ -13,6 +13,7 @@
|
||||
libnotify,
|
||||
newt,
|
||||
python3Packages,
|
||||
systemd,
|
||||
util-linux,
|
||||
fumonSupport ? true,
|
||||
uuctlSupport ? true,
|
||||
@ -49,6 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
newt # whiptail
|
||||
libnotify # notify
|
||||
bash # sh
|
||||
systemd
|
||||
python
|
||||
] ++ (lib.optionals uuctlSupport [ dmenu ]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user