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
|
(arguments
|
||||||
`(#:configure-flags '("--enable-pluggable-dialogs"
|
`(#:configure-flags '("--enable-pluggable-dialogs"
|
||||||
"--enable-sound-settings"
|
"--enable-sound-settings"
|
||||||
|
"--enable-upower-glib"
|
||||||
"--enable-xrandr")))
|
"--enable-xrandr")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config intltool))
|
(list pkg-config intltool))
|
||||||
|
@ -706,7 +707,7 @@ allows you to shut down the computer from Xfce.")
|
||||||
libxklavier
|
libxklavier
|
||||||
libxrandr
|
libxrandr
|
||||||
libxfce4ui
|
libxfce4ui
|
||||||
upower ;; TODO needs upower-glib
|
upower
|
||||||
python ;; for xfce4-compose-mail
|
python ;; for xfce4-compose-mail
|
||||||
xf86-input-libinput))
|
xf86-input-libinput))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue