mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-30 14:01:15 +02:00
gnu: gobject-introspection: Export via #:export.
* gnu/packages/glib.scm: Export 'gobject-instrospection' via the #:export clause.
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
;; module.
|
||||
#:export (dbus
|
||||
glib
|
||||
gobject-introspection
|
||||
dbus-glib
|
||||
intltool
|
||||
itstool))
|
||||
@@ -168,7 +169,7 @@ dynamic loading, and an object system.")
|
||||
(home-page "http://developer.gnome.org/glib/")
|
||||
(license license:lgpl2.0+))) ; some files are under lgpl2.1+
|
||||
|
||||
(define-public gobject-introspection
|
||||
(define gobject-introspection
|
||||
(package
|
||||
(name "gobject-introspection")
|
||||
(version "1.38.0")
|
||||
|
||||
Reference in New Issue
Block a user