[bug#78353] gnu: fcitx5: Add GUIX_GTK3_IM_MODULE_FILE search path.
Commit Message
* gnu/packages/fcitx5.scm (fcitx5)[native-search-paths]: Add
GUIX_GTK3_IM_MODULE_FILE.
Change-Id: I436e1973f3fb5d89d23896e0027343507fb752fe
---
gnu/packages/fcitx5.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
base-commit: 2e1ead7c8b449b58d571d8f16c1586b675c13ab4
prerequisite-patch-id: cb3ac50fb870cf197a4e3ed2ccfb45a6a28400f1
prerequisite-patch-id: 2579801cc89f3e3e022074a0425fba3d38bbe1de
prerequisite-patch-id: 7174912f7b05011468bc47b2ba8167b0e617a70b
prerequisite-patch-id: 08fa38ca1e61c773052671339b78799f19fb7f60
prerequisite-patch-id: b68df6ad7528101d3fbb1fd44f94472a9c8f4f0a
prerequisite-patch-id: 58297e005e4ad0988bd5dc73cd0149637d5c7032
prerequisite-patch-id: 2c09773480fbfd323433986ec528fcb8019273f9
prerequisite-patch-id: e2846320c8b391ff3fec09e51c31578ee6057268
prerequisite-patch-id: 538047ea2f029dd135319c02ba569c4aab9af38d
prerequisite-patch-id: 4fb73799b5ea902d69ecf15b72e1fecc9903d0bc
prerequisite-patch-id: a3a0146e6686bf6f7804192e1a383239c118717b
prerequisite-patch-id: 8de6616d86785be0088bc210202d375b6d0cf5eb
@@ -137,7 +137,12 @@ (define-public fcitx5
(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.")