mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 5 additions and 1 deletions
|
@ -189,7 +189,11 @@ (define glib
|
|||
;; 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")
|
||||
|
|
Loading…
Reference in a new issue