mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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>
This commit is contained in:
parent
25976e3026
commit
ba68828b66
1 changed files with 7 additions and 1 deletions
|
@ -512,7 +512,13 @@ (define-public xfce4-pulseaudio-plugin
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue