diff options
| author | John Titor <50095635+JohnRTitor@users.noreply.github.com> | 2024-11-25 09:39:53 +0530 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-11-26 08:06:10 +0000 |
| commit | 25336ade492a455108a0948cb12edf82512dcb42 (patch) | |
| tree | b0fbd41bc3a13035da284afd8929560ef5bae0f1 | |
| parent | uwsm: prefer user env binaries (diff) | |
| download | nixpkgs-origin/backport-358883-to-release-24.11.tar.gz | |
uwsm: add missing systemd dependencyorigin/backport-358883-to-release-24.11
NOT a requirement to build, but a runtime dependency. Ideally, it is present in all environments, but let's not take any chances.
(cherry picked from commit a20bd2cca935ff6bd5dee07722e78d8a3174bf56)
| -rw-r--r-- | pkgs/by-name/uw/uwsm/package.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/by-name/uw/uwsm/package.nix b/pkgs/by-name/uw/uwsm/package.nix index 6ad4f1f18868..fa671e540eca 100644 --- a/pkgs/by-name/uw/uwsm/package.nix +++ b/pkgs/by-name/uw/uwsm/package.nix @@ -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 ]); |
