gnu: ibus: Suggest search path.
* gnu/packages/ibus.scm (ibus)[native-search-paths]: Add path specification for IBUS_COMPONENT_PATH.master
parent
3d3caf1f31
commit
c940a14559
|
@ -87,6 +87,10 @@
|
||||||
`(("glib" ,glib "bin") ; for glib-genmarshal
|
`(("glib" ,glib "bin") ; for glib-genmarshal
|
||||||
("gobject-introspection" ,gobject-introspection) ; for g-ir-compiler
|
("gobject-introspection" ,gobject-introspection) ; for g-ir-compiler
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
|
(native-search-paths
|
||||||
|
(list (search-path-specification
|
||||||
|
(variable "IBUS_COMPONENT_PATH")
|
||||||
|
(files '("share/ibus/component")))))
|
||||||
(synopsis "Input method framework")
|
(synopsis "Input method framework")
|
||||||
(description
|
(description
|
||||||
"IBus is an input framework providing a full-featured and user-friendly
|
"IBus is an input framework providing a full-featured and user-friendly
|
||||||
|
|
Reference in New Issue