diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-08-30 21:11:31 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-09-02 19:44:33 +0800 |
commit | 7ee2005ede4ca38b8dcc40f4b11ad716a965aec5 (patch) | |
tree | 1ec9edbd4e57ae099ab2a524487e20871d0a979b /gnu/packages | |
parent | 75beb7e178a008156d9a478c0c9531852c789b31 (diff) | |
download | patches-7ee2005ede4ca38b8dcc40f4b11ad716a965aec5.tar patches-7ee2005ede4ca38b8dcc40f4b11ad716a965aec5.tar.gz |
gnu: xfce4-panel: Build with GTK+ 3 support.
* gnu/packages/xfce.scm (xfce4-panel)[arguments]: New field.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/xfce.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 992ffeae79..bc6d47a92a 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -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))) |