From 92c63391ee25205be3b8525d5d1fe5b9f345f37f Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Mon, 8 Sep 2025 20:29:55 +0800 Subject: [PATCH] gnu: gtk+/fixed: Apply input method patches. Follow-up to 80cb493b9e61351b9d3a1ef3b56da629223910ac. * gnu/packages/gtk.scm (gtk+/fixed) [source]: Apply gtk+ patches for input method support. Fixes: #2059 Change-Id: Ie2d8d4b0a7c65ae8f7a8a14795f0ca60a550bfbc --- gnu/packages/gtk.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index d60ddaf24317bec6bcb8fad0fa00c4f3fd37b11f..39e9e6ec7347672ea802962a827f0d77b46da100 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1140,7 +1140,10 @@ application suites.") (file-name (git-file-name name version)) (sha256 (base32 - "0flsnh3f0l9v3y2hmnxz1h15nw1l12ixmiwcpiy1ywplrlgq4j00")))) + "0flsnh3f0l9v3y2hmnxz1h15nw1l12ixmiwcpiy1ywplrlgq4j00")) + (patches (search-patches + "gtk3-respect-GUIX_GTK3_PATH.patch" + "gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch")))) (arguments (substitute-keyword-arguments (package-arguments gtk+) ((#:phases phases)