From c58dfea1c9e69d0ad61517ea828149a4562b013b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 3 Nov 2025 10:09:32 +0100 Subject: [PATCH] gnu: xfce4-volumed-pulse: Avoid deprecated input. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/xfce.scm (xfce4-volumed-pulse)[inputs]: Change ‘keybinder-3.0’ to ‘keybinder’. Change-Id: I2cabc125f3e4ff87ecbf983c6c324a42feb4146d --- gnu/packages/xfce.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index d3a3b88494e566cd81f70a1e3851375ca3b41df8..b023f0d43923cb3244cda17bd2aa694731a7bf63 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