me
/
guix
Archived
1
0
Fork 0

gnu: gobject-introspection: Export via #:export.

* gnu/packages/glib.scm: Export 'gobject-instrospection' via the
  #:export clause.
master
Ludovic Courtès 2013-10-05 23:45:35 +02:00
parent daca86660f
commit 6ac6a6b99e
1 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@
;; module. ;; module.
#:export (dbus #:export (dbus
glib glib
gobject-introspection
dbus-glib dbus-glib
intltool intltool
itstool)) itstool))
@ -168,7 +169,7 @@ dynamic loading, and an object system.")
(home-page "http://developer.gnome.org/glib/") (home-page "http://developer.gnome.org/glib/")
(license license:lgpl2.0+))) ; some files are under lgpl2.1+ (license license:lgpl2.0+))) ; some files are under lgpl2.1+
(define-public gobject-introspection (define gobject-introspection
(package (package
(name "gobject-introspection") (name "gobject-introspection")
(version "1.38.0") (version "1.38.0")