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:
parent
806bc1b04d
commit
bea2240968
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue