all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#65729] [PATCH] gnu: ibus: Add search-path for 'GUIX_GTK3_IM_MODULE_FILE'.
@ 2023-09-04 10:53 iyzsong--- via Guix-patches via
  2023-09-06  0:59 ` bug#65729: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-09-04 10:53 UTC (permalink / raw)
  To: 65729; +Cc: 宋文武, Zhu Zihao, 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/ibus.scm (ibus)[native-search-paths]: Add 'GUIX_GTK3_IM_MODULE_FILE'.
---
 gnu/packages/ibus.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index 62323ece6f..1e01bb0ea3 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -269,6 +269,13 @@ (define-public ibus
                        python
                        python-dbus
                        python-pygobject)))
+    (native-search-paths
+     (cons (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")))
+           (package-native-search-paths ibus-minimal)))
     (properties (alist-delete 'hidden? (package-properties ibus-minimal)))))
 
 (define-public ibus-libpinyin

base-commit: bedcdf0fb5ac035f696790827679406c7146396c
prerequisite-patch-id: fa830ec4852f09e6c5a4fbdb4473f9cbd9bceec4
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#65729: [PATCH] gnu: ibus: Add search-path for 'GUIX_GTK3_IM_MODULE_FILE'.
  2023-09-04 10:53 [bug#65729] [PATCH] gnu: ibus: Add search-path for 'GUIX_GTK3_IM_MODULE_FILE' iyzsong--- via Guix-patches via
@ 2023-09-06  0:59 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2023-09-06  0:59 UTC (permalink / raw)
  To: iyzsong; +Cc: 65729-done, 宋文武, Zhu Zihao

Hi,

iyzsong@envs.net writes:

> From: 宋文武 <iyzsong@member.fsf.org>
>
> * gnu/packages/ibus.scm (ibus)[native-search-paths]: Add 'GUIX_GTK3_IM_MODULE_FILE'.
> ---
>  gnu/packages/ibus.scm | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
> index 62323ece6f..1e01bb0ea3 100644
> --- a/gnu/packages/ibus.scm
> +++ b/gnu/packages/ibus.scm
> @@ -269,6 +269,13 @@ (define-public ibus
>                         python
>                         python-dbus
>                         python-pygobject)))
> +    (native-search-paths
> +     (cons (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")))
> +           (package-native-search-paths ibus-minimal)))
>      (properties (alist-delete 'hidden? (package-properties ibus-minimal)))))

LGTM, installed!

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-06  1:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-04 10:53 [bug#65729] [PATCH] gnu: ibus: Add search-path for 'GUIX_GTK3_IM_MODULE_FILE' iyzsong--- via Guix-patches via
2023-09-06  0:59 ` bug#65729: " Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.