Archived
1
0
Fork 0

gnu: xfce4-settings: Enable UPower support.

* gnu/packages/xfce.scm (xfce4-settings)[arguments]: Add
"--enable-upower-glib" to configure-flags.
This commit is contained in:
宋文武 2023-01-28 16:55:40 +08:00
parent 806bc1b04d
commit bea2240968
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -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