diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-06 06:54:59 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:49 +0100 |
| commit | 191cd90ab5b18612271bf01c8f1bff060b48b3a3 (patch) | |
| tree | f13fdca8cc143d48f7cb728e5db19ed9467e66be /gnu | |
| parent | 0d0a047a7e522f90c4a558dfe31e39482f18c237 (diff) | |
gnu: ulauncher: Fix build.
* gnu/packages/xdisorg.scm (ulauncher)[native-inputs]: Add
gobject-introspection.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/xdisorg.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index f8b2e7b90d3..452e4c7c594 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 |
