~ruther/guix-local

9d297fae5f42300909d0a9b8031c14f4c332ed9e — Ricardo Wurmus 11 years ago 3c76a81
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.
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/gtk.scm
M gnu/packages/gtk.scm => gnu/packages/gtk.scm +3 -1
@@ 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 _