From 7687712a50dff9c54db992620f91eba29f46dc12 Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Mon, 23 Dec 2024 09:10:41 +0800 Subject: gnu: xfce4-power-manager: Enable polkit and panel plugin. * gnu/packages/xfce.scm (xfce4-power-manager)[inputs]: Add polkit and xfce4-panel. Change-Id: Ie74dde362b03b85ecf0a1cbd527c91ceafbc1c57 --- 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 0c03b08f80..a36612dd3a 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1370,7 +1370,7 @@ system resources, while still being visually appealing and user friendly.") (native-inputs (list (list glib "bin") pkg-config intltool)) (inputs - (list libxrandr gtk+ upower libnotify libxfce4ui)) + (list libxrandr gtk+ upower libnotify libxfce4ui polkit xfce4-panel)) (home-page "https://www.xfce.org/") (synopsis "Xfce Power Manager") (description -- cgit v1.2.3