mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: fcitx5: Add GUIX_GTK3_IM_MODULE_FILE search path.
* gnu/packages/fcitx5.scm (fcitx5)[native-search-paths]: Add GUIX_GTK3_IM_MODULE_FILE. Change-Id: I436e1973f3fb5d89d23896e0027343507fb752fe
This commit is contained in:
@@ -137,7 +137,12 @@ client.")
|
||||
(native-search-paths
|
||||
(list (search-path-specification
|
||||
(variable "FCITX_ADDON_DIRS")
|
||||
(files '("lib/fcitx5")))))
|
||||
(files '("lib/fcitx5")))
|
||||
(search-path-specification
|
||||
(variable "GUIX_GTK3_IM_MODULE_FILE")
|
||||
(file-type 'regular)
|
||||
(separator #f)
|
||||
(files '("lib/gtk-3.0/3.0.0/immodules-gtk3.cache")))))
|
||||
(home-page "https://github.com/fcitx/fcitx5")
|
||||
(synopsis "Input method framework")
|
||||
(description "Fcitx 5 is a generic input method framework.")
|
||||
|
||||
Reference in New Issue
Block a user