From 6ac6a6b99e6cd5a120da3797a797690ea9dc979f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Sat, 5 Oct 2013 23:45:35 +0200
Subject: [PATCH] gnu: gobject-introspection: Export via #:export.

* gnu/packages/glib.scm: Export 'gobject-instrospection' via the
  #:export clause.
---
 gnu/packages/glib.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index ae322b75b06..3be03278c8a 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -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")
-- 
GitLab