diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-01-28 16:55:40 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-01-29 09:17:01 +0800 |
commit | bea22409682f6d1947de7d92f264aad822c2e68c (patch) | |
tree | d95b8876364a3b908adcb1ed741d77556030d14b /gnu/packages/xfce.scm | |
parent | 806bc1b04d2aba34f6fe04f510b0375325d28a76 (diff) | |
download | guix-bea22409682f6d1947de7d92f264aad822c2e68c.tar guix-bea22409682f6d1947de7d92f264aad822c2e68c.tar.gz |
gnu: xfce4-settings: Enable UPower support.
* gnu/packages/xfce.scm (xfce4-settings)[arguments]: Add
"--enable-upower-glib" to configure-flags.
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 94a8016880..dda3cff901 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -693,6 +693,7 @@ allows you to shut down the computer from Xfce.") (arguments `(#:configure-flags '("--enable-pluggable-dialogs" "--enable-sound-settings" + "--enable-upower-glib" "--enable-xrandr"))) (native-inputs (list pkg-config intltool)) @@ -706,7 +707,7 @@ allows you to shut down the computer from Xfce.") libxklavier libxrandr libxfce4ui - upower ;; TODO needs upower-glib + upower python ;; for xfce4-compose-mail xf86-input-libinput)) (propagated-inputs |