guix-commits
[Top][All Lists]
Advanced

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

07/15: gnu: at-spi2-core: Enable GObject introspection.


From: ???
Subject: 07/15: gnu: at-spi2-core: Enable GObject introspection.
Date: Wed, 08 Apr 2015 08:04:56 +0000

iyzsong pushed a commit to branch core-updates
in repository guix.

commit 50cc7f41b9620d37552b0a777d8a7e8500d06418
Author: 宋文武 <address@hidden>
Date:   Wed Apr 8 10:44:05 2015 +0800

    gnu: at-spi2-core: Enable GObject introspection.
    
    * gnu/packages/gtk.scm (at-spi2-core)[arguments]: Add #:make-flags.
      [native-inputs]: Add gobject-introspection.
---
 gnu/packages/gtk.scm |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index bfc8989..338bf64 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -344,7 +344,8 @@ in the GNOME project.")
               "1l3l39mw23zyjlcqidvkyqlr4gwbhplzw2hcv3qvn6p8ikxpf2qw"))))
    (build-system gnu-build-system)
    (arguments
-    '(#:phases
+    '(#:make-flags '("CC=gcc") ; for g-ir-scanner
+      #:phases
       (modify-phases %standard-phases
         (replace check
                  ;; Run test-suite under a dbus session.
@@ -358,8 +359,9 @@ in the GNOME project.")
     `(("libxi" ,libxi)
       ("libxtst" ,libxtst)))
    (native-inputs
-     `(("intltool" ,intltool)
-       ("pkg-config" ,pkg-config)))
+    `(("gobject-introspection" ,gobject-introspection)
+      ("intltool" ,intltool)
+      ("pkg-config" ,pkg-config)))
    (synopsis "Assistive Technology Service Provider Interface, core 
components")
    (description
     "The Assistive Technology Service Provider Interface, core components,



reply via email to

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