guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit e7c6705eb8d227cd7558bc2db7ad5f1800e4b766
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Mar 5 21:42:01 2026 +0100

    gnu: ibus-table: Fix build.
    
    * gnu/packages/ibus.scm (ibus-table)[native-inputs]: Add 
gobject-introspection.
---
 gnu/packages/ibus.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index 615c7bf2cd..2e0d4a8744 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -1020,7 +1020,7 @@ hanja dictionary and small hangul character 
classification.")
                (add-before 'check 'pre-check
                  (lambda _
                    (setenv "HOME" (getcwd))))))) ; tests write to $HOME
-    (native-inputs (list (list glib "bin") pkg-config))
+    (native-inputs (list (list glib "bin") gobject-introspection pkg-config))
     (inputs (list glib gtk+ ibus python python-pygobject))
     (native-search-paths
      (list (search-path-specification

Reply via email to