mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
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
|
||||
, coreutils
|
||||
, fetchFromGitHub
|
||||
, gnused
|
||||
, gnugrep
|
||||
, gawk
|
||||
, makeWrapper
|
||||
, pulseaudio
|
||||
@ -28,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
install -Dm755 pulseaudio-control.bash $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
|
||||
'';
|
||||
@ -39,6 +41,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/marioortizmanero/polybar-pulseaudio-control";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ benlemasurier ];
|
||||
maintainers = with maintainers; [ benlemasurier wesleyjrz ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user