Skip to content

Commit a20bd2c

Browse files
committed
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.
1 parent 6239ac5 commit a20bd2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/uw/uwsm/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
libnotify,
1414
newt,
1515
python3Packages,
16+
systemd,
1617
util-linux,
1718
fumonSupport ? true,
1819
uuctlSupport ? true,
@@ -49,6 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
4950
newt # whiptail
5051
libnotify # notify
5152
bash # sh
53+
systemd
5254
python
5355
] ++ (lib.optionals uuctlSupport [ dmenu ]);
5456

0 commit comments

Comments
 (0)