guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: ???
Subject: 02/04: gnu: xfce4-panel: Build with GTK+ 3 support.
Date: Wed, 02 Sep 2015 11:44:48 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 7ee2005ede4ca38b8dcc40f4b11ad716a965aec5
Author: 宋文武 <address@hidden>
Date:   Sun Aug 30 21:11:31 2015 +0800

    gnu: xfce4-panel: Build with GTK+ 3 support.
    
    * gnu/packages/xfce.scm (xfce4-panel)[arguments]: New field.
---
 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 992ffea..bc6d47a 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]