mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: gobject-introspection: Export via #:export.
* gnu/packages/glib.scm: Export 'gobject-instrospection' via the #:export clause.
This commit is contained in:
parent
daca86660f
commit
6ac6a6b99e
1 changed files with 2 additions and 1 deletions
|
@ -45,6 +45,7 @@ (define-module (gnu packages glib)
|
|||
;; module.
|
||||
#:export (dbus
|
||||
glib
|
||||
gobject-introspection
|
||||
dbus-glib
|
||||
intltool
|
||||
itstool))
|
||||
|
@ -168,7 +169,7 @@ (define glib
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue