guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: glib: Add search path specification for 'GIO_EXTRA_MODULES'.


From: Mark H. Weaver
Subject: 01/01: gnu: glib: Add search path specification for 'GIO_EXTRA_MODULES'.
Date: Mon, 06 Apr 2015 01:16:36 +0000

mhw pushed a commit to branch core-updates
in repository guix.

commit 1b85e57f115845c38c3dd76b962b269edb26354a
Author: 宋文武 <address@hidden>
Date:   Sun Apr 5 23:10:19 2015 +0800

    gnu: glib: Add search path specification for 'GIO_EXTRA_MODULES'.
    
    * gnu/packages/glib.scm (glib): Add specification for 'GIO_EXTRA_MODULES'.
---
 gnu/packages/glib.scm |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 1b928e5..c2555cf 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -189,7 +189,11 @@ shared NFS home directories.")
     ;; by 'glib-compile-schemas'.
     (list (search-path-specification
            (variable "XDG_DATA_DIRS")
-           (files '("share")))))
+           (files '("share")))
+          ;; To load extra gio modules from glib-networking, etc.
+          (search-path-specification
+           (variable "GIO_EXTRA_MODULES")
+           (files '("lib/gio/modules")))))
    (search-paths native-search-paths)
 
    (synopsis "Thread-safe general utility library; basis of GTK+ and GNOME")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]