diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-12-23 09:10:41 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2024-12-24 12:47:13 +0800 |
commit | 7687712a50dff9c54db992620f91eba29f46dc12 (patch) | |
tree | 8835544eadf333cb184dc86ba3fb728cc4e4c559 | |
parent | 0aeb38eac6f0e8ab22d34faf4dae275f17a5fea1 (diff) | |
download | guix-7687712a50dff9c54db992620f91eba29f46dc12.tar.gz guix-7687712a50dff9c54db992620f91eba29f46dc12.zip |
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
-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 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 |