guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gtk+-2: build gobject introspection typelib file.


From: Mark H. Weaver
Subject: 01/01: gnu: gtk+-2: build gobject introspection typelib file.
Date: Sun, 22 Mar 2015 00:24:19 +0000

mhw pushed a commit to branch master
in repository guix.

commit 9d297fae5f42300909d0a9b8031c14f4c332ed9e
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Mar 15 23:12:32 2015 +0100

    gnu: gtk+-2: build gobject introspection typelib file.
    
    * gnu/packages/gtk.scm (gtk+-2): add `gobject-introspection' to the
      native-inputs to install typelib file.
---
 gnu/packages/gtk.scm |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index fef5a81..b3688d5 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -408,10 +408,12 @@ is part of the GNOME accessibility project.")
    (native-inputs
     `(("perl" ,perl)
       ("glib" ,glib "bin")
+      ("gobject-introspection" ,gobject-introspection)
       ("pkg-config" ,pkg-config)
       ("python-wrapper" ,python-wrapper)))
    (arguments
-    `(#:phases
+    `(#:make-flags '("CC=gcc")
+      #:phases
       (alist-cons-before
        'configure 'disable-tests
        (lambda _



reply via email to

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