1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: xfce4-volumed-pulse: Avoid deprecated input.

* gnu/packages/xfce.scm (xfce4-volumed-pulse)[inputs]: Change ‘keybinder-3.0’
to ‘keybinder’.

Change-Id: I2cabc125f3e4ff87ecbf983c6c324a42feb4146d
This commit is contained in:
Ludovic Courtès
2025-11-03 10:09:32 +01:00
parent c782d0cc8c
commit c58dfea1c9

View File

@@ -1731,7 +1731,7 @@ A plugin for the Xfce panel is also available.")
(native-inputs
(list xfce4-dev-tools))
(inputs
(list xfconf libnotify pulseaudio keybinder-3.0 gtk+))
(list xfconf libnotify pulseaudio keybinder gtk+))
(home-page "https://gitlab.xfce.org/apps/xfce4-volumed-pulse")
(synopsis "XFCE volume keys daemon")
(description