summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/glib.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index ae322b75b0..3be03278c8 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -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")