diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-11-03 10:09:32 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-11-12 18:34:06 +0100 |
| commit | c58dfea1c9e69d0ad61517ea828149a4562b013b (patch) | |
| tree | e2cd41e1d20eace21acbe83626e653c7bb65bbe7 | |
| parent | c782d0cc8c3f9eb8234b275cc33b19eb9732f882 (diff) | |
gnu: xfce4-volumed-pulse: Avoid deprecated input.
* gnu/packages/xfce.scm (xfce4-volumed-pulse)[inputs]: Change ‘keybinder-3.0’
to ‘keybinder’.
Change-Id: I2cabc125f3e4ff87ecbf983c6c324a42feb4146d
| -rw-r--r-- | gnu/packages/xfce.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index d3a3b88494e..b023f0d4392 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -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 |
