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