1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: ulauncher: Fix build.

* gnu/packages/xdisorg.scm (ulauncher)[native-inputs]: Add
gobject-introspection.
This commit is contained in:
Liliana Marie Prikler
2026-03-06 06:54:59 +01:00
committed by Andreas Enge
parent 0d0a047a7e
commit 191cd90ab5

View File

@@ -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