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:
John Titor 2024-11-25 09:39:53 +05:30
parent 6239ac5d06
commit a20bd2cca9
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -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 ]);