diff options
author | Ashvith Shetty <ashvithshetty10@gmail.com> | 2024-09-14 03:29:55 +0530 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-08 02:00:00 +0200 |
commit | ba68828b665553077adbe9f5b6250d7a14803a53 (patch) | |
tree | 0cb16d910e179dc39d6fcf4069b4b207d88ec968 /gnu/packages/xfce.scm | |
parent | 25976e30267536c9500342d4cd41626bee8907cd (diff) | |
download | guix-ba68828b665553077adbe9f5b6250d7a14803a53.tar guix-ba68828b665553077adbe9f5b6250d7a14803a53.tar.gz |
gnu: xfce4-pulseaudio-plugin: Fix ‘media keys’ on some keyboards.
* gnu/packages/xfce.scm (xfce4-pulseaudio-plugin)[inputs]: Add keybinder
and pavucontrol.
Change-Id: Iab871e33e4821c2631d6ad19759e1d1a0b3af02d
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 33b8d59051..b2f0113903 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -512,7 +512,13 @@ matching them against regular expressions.") (native-inputs (list intltool pkg-config dbus-glib dbus)) (inputs - (list exo libnotify libxfce4ui pulseaudio xfce4-panel)) + (list exo + keybinder + libnotify + libxfce4ui + pavucontrol + pulseaudio + xfce4-panel)) (home-page "https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/") (synopsis "PulseAudio panel plugin for Xfce") (description |