Skip to content
Snippets Groups Projects
Commit 7ee2005e authored by Sou Bunnbu (宋文武)'s avatar Sou Bunnbu (宋文武)
Browse files

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

* gnu/packages/xfce.scm (xfce4-panel)[arguments]: New field.
parent 75beb7e1
No related branches found
No related tags found
No related merge requests found
...@@ -268,6 +268,8 @@ (define-public xfce4-panel ...@@ -268,6 +268,8 @@ (define-public xfce4-panel
"1c4p3ckghvsad1sj5v8wmar5mh9cbhail9mmhad2f9pwwb10z4ih")) "1c4p3ckghvsad1sj5v8wmar5mh9cbhail9mmhad2f9pwwb10z4ih"))
(patches (list (search-patch "xfce4-panel-plugins.patch"))))) (patches (list (search-patch "xfce4-panel-plugins.patch")))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-gtk3")))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("intltool" ,intltool))) ("intltool" ,intltool)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment