Unverified Commit a20bd2cc authored by John Titor's avatar John Titor
Browse files

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.
parent 6239ac5d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 ]);