Skip to content

Commit a2ca3c1

Browse files
uwsm: stop propagating wrapped tools
1 parent 62f0d19 commit a2ca3c1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
4545
scdoc
4646
];
4747

48-
propagatedBuildInputs = [
48+
buildInputs = [
4949
util-linux # waitpid
5050
newt # whiptail
5151
libnotify # notify
@@ -67,9 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
6767

6868
postInstall =
6969
let
70-
wrapperArgs = ''
71-
--suffix PATH : "${lib.makeBinPath finalAttrs.propagatedBuildInputs}"
72-
'';
70+
wrapperArgs = "--suffix PATH : ${lib.makeBinPath finalAttrs.buildInputs}";
7371
in
7472
''
7573
wrapProgram $out/bin/uwsm ${wrapperArgs}

0 commit comments

Comments
 (0)