[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/05: gnu: xfce4-power-manager: Enable polkit and panel plugin.
From: |
guix-commits |
Subject: |
01/05: gnu: xfce4-power-manager: Enable polkit and panel plugin. |
Date: |
Tue, 24 Dec 2024 00:03:16 -0500 (EST) |
iyzsong pushed a commit to branch master
in repository guix.
commit 7687712a50dff9c54db992620f91eba29f46dc12
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Mon Dec 23 09:10:41 2024 +0800
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