gnu: glib: Add search path specification for 'GIO_EXTRA_MODULES'.
* gnu/packages/glib.scm (glib): Add specification for 'GIO_EXTRA_MODULES'.
This commit is contained in:
parent
d8720c5045
commit
1b85e57f11
|
@ -189,7 +189,11 @@ shared NFS home directories.")
|
||||||
;; by 'glib-compile-schemas'.
|
;; by 'glib-compile-schemas'.
|
||||||
(list (search-path-specification
|
(list (search-path-specification
|
||||||
(variable "XDG_DATA_DIRS")
|
(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)
|
(search-paths native-search-paths)
|
||||||
|
|
||||||
(synopsis "Thread-safe general utility library; basis of GTK+ and GNOME")
|
(synopsis "Thread-safe general utility library; basis of GTK+ and GNOME")
|
||||||
|
|
Loading…
Reference in New Issue