We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f0d19 commit a2ca3c1Copy full SHA for a2ca3c1
pkgs/by-name/uw/uwsm/package.nix
@@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
45
scdoc
46
];
47
48
- propagatedBuildInputs = [
+ buildInputs = [
49
util-linux # waitpid
50
newt # whiptail
51
libnotify # notify
@@ -67,9 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
67
68
postInstall =
69
let
70
- wrapperArgs = ''
71
- --suffix PATH : "${lib.makeBinPath finalAttrs.propagatedBuildInputs}"
72
- '';
+ wrapperArgs = "--suffix PATH : ${lib.makeBinPath finalAttrs.buildInputs}";
73
in
74
''
75
wrapProgram $out/bin/uwsm ${wrapperArgs}
0 commit comments