gnu: glade: Add catalog and module search paths.
* gnu/packages/gnome.scm (glade3)[native-search-paths]: Add GLADE_CATALOG_SEARCH_PATH and GLADE_MODULE_SEARCH_PATH. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
227932991f
commit
88915958c0
1 changed files with 7 additions and 1 deletions
|
@ -2919,7 +2919,13 @@ (define-public glade3
|
|||
(description "Glade is a rapid application development (RAD) tool to
|
||||
enable quick & easy development of user interfaces for the GTK+ toolkit and
|
||||
the GNOME desktop environment.")
|
||||
(license license:lgpl2.0+)))
|
||||
(license license:lgpl2.0+)
|
||||
(native-search-paths (list (search-path-specification
|
||||
(variable "GLADE_CATALOG_SEARCH_PATH")
|
||||
(files '("share/glade/catalogs")))
|
||||
(search-path-specification
|
||||
(variable "GLADE_MODULE_SEARCH_PATH")
|
||||
(files '("lib/glade/modules")))))))
|
||||
|
||||
(define-public libcroco
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue