guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 191cd90ab5b18612271bf01c8f1bff060b48b3a3
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Fri Mar 6 06:54:59 2026 +0100

    gnu: ulauncher: Fix build.
    
    * gnu/packages/xdisorg.scm (ulauncher)[native-inputs]: Add
    gobject-introspection.
---
 gnu/packages/xdisorg.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index f8b2e7b90d..452e4c7c59 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2240,7 +2240,8 @@ connectivity of the X server running on a particular 
@code{DISPLAY}.")
               (lambda _
                 (setenv "HOME"
                         (getcwd)))))))
-      (native-inputs (list intltool
+      (native-inputs (list gobject-introspection
+                           intltool
                            python-mock
                            python-pytest
                            python-pytest-mock

Reply via email to