gnu: xfce4-panel: Build with GTK+ 3 support.

* gnu/packages/xfce.scm (xfce4-panel)[arguments]: New field.
This commit is contained in:
宋文武 2015-08-30 21:11:31 +08:00
parent 75beb7e178
commit 7ee2005ede
1 changed files with 2 additions and 0 deletions

View File

@ -268,6 +268,8 @@ management D-Bus specification.")
"1c4p3ckghvsad1sj5v8wmar5mh9cbhail9mmhad2f9pwwb10z4ih"))
(patches (list (search-patch "xfce4-panel-plugins.patch")))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-gtk3")))
(native-inputs
`(("pkg-config" ,pkg-config)
("intltool" ,intltool)))