summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorJoseph Turner <joseph@breatheoutbreathe.in>2025-10-16 11:05:48 +0800
committer宋文武 <iyzsong@member.fsf.org>2026-02-15 10:23:14 +0800
commit14ec8ebc004fff831a639b529d2d9e532173fc2c (patch)
tree906b4873e085d2fd2d30a8f3954df0d0096c8a02 /gnu/packages
parent159394b84801b06f980c384053ee02ef19d10fb4 (diff)
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: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/fcitx5.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 6e08769c93c..2a8157cb149 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.")))