mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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:
parent
917a9fd36d
commit
9763543703
1 changed files with 6 additions and 1 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue