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:
committed by
Andreas Enge
parent
0d0a047a7e
commit
191cd90ab5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user