polybar-pulseaudio-control: add missing runtime dependencies (#352006)
Add wesleyjrz as maintainer
This commit is contained in:
parent
dde45174cc
commit
5655804f06
@ -2,6 +2,8 @@
|
|||||||
, bash
|
, bash
|
||||||
, coreutils
|
, coreutils
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, gnused
|
||||||
|
, gnugrep
|
||||||
, gawk
|
, gawk
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
, pulseaudio
|
, pulseaudio
|
||||||
@ -28,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
|
|
||||||
install -Dm755 pulseaudio-control.bash $out/bin/pulseaudio-control
|
install -Dm755 pulseaudio-control.bash $out/bin/pulseaudio-control
|
||||||
wrapProgram "$out/bin/pulseaudio-control" \
|
wrapProgram "$out/bin/pulseaudio-control" \
|
||||||
--prefix PATH : "${lib.makeBinPath [ bash coreutils gawk pulseaudio ]}"
|
--prefix PATH : "${lib.makeBinPath [ bash coreutils gnused gnugrep gawk pulseaudio ]}"
|
||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
@ -39,6 +41,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
homepage = "https://github.com/marioortizmanero/polybar-pulseaudio-control";
|
homepage = "https://github.com/marioortizmanero/polybar-pulseaudio-control";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ benlemasurier ];
|
maintainers = with maintainers; [ benlemasurier wesleyjrz ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user