Skip to content

Commit 6cd29a4

Browse files
authored
uwsm: prefer user env binaries at runtime (#358883)
2 parents 53cbef9 + a20bd2c commit 6cd29a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
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

@@ -66,7 +68,7 @@ stdenv.mkDerivation (finalAttrs: {
6668
postInstall =
6769
let
6870
wrapperArgs = ''
69-
--prefix PATH : "${lib.makeBinPath finalAttrs.propagatedBuildInputs}"
71+
--suffix PATH : "${lib.makeBinPath finalAttrs.propagatedBuildInputs}"
7072
'';
7173
in
7274
''

0 commit comments

Comments
 (0)