This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 14ec8ebc00 gnu: fcitx5-gtk4: Add GUIX_GTK4_PATH search path.
14ec8ebc00 is described below
commit 14ec8ebc004fff831a639b529d2d9e532173fc2c
Author: Joseph Turner <[email protected]>
AuthorDate: Thu Oct 16 11:05:48 2025 +0800
gnu: fcitx5-gtk4: Add GUIX_GTK4_PATH search path.
* gnu/packages/fcitx5.scm (fcitx5-gtk4)[native-search-paths]: Add
GUIX_GTK4_PATH.
Closes: guix/guix#3567
Change-Id: Icb2c56de7a7a9eab035750a20b371df53bf3c44c
Signed-off-by: 宋文武 <[email protected]>
---
gnu/packages/fcitx5.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 6e08769c93..2a8157cb14 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -313,6 +313,10 @@ IM module for GTK+3 applications.
(modify-inputs (package-inputs fcitx5-gtk)
(delete "gtk+")
(prepend fcitx5-gtk gtk)))
+ (native-search-paths
+ (list (search-path-specification
+ (variable "GUIX_GTK4_PATH")
+ (files '("lib/gtk-4.0")))))
(outputs '("out"))
(synopsis "GTK4 IM module for Fcitx 5")
(description "Fcitx5-gtk4 provides IM module for GTK4 applications.")))