guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 8457c44680c50a241a68eca95eb1665a7e66af0b
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 67a717e497..3f4f7593fb 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2328,7 +2328,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