diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-05 21:42:01 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:18 +0100 |
| commit | 19f64d1b497ed6cf38d1369295b2c3e1e2c4e116 (patch) | |
| tree | b75c00e013844dc4ad91ef9222da4fc1d3358154 /gnu | |
| parent | 7a8b90fcd6ed38fccb50eadd2cd105689c637d27 (diff) | |
gnu: ibus-table: Fix build.
* gnu/packages/ibus.scm (ibus-table)[native-inputs]: Add gobject-introspection.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/ibus.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm index 615c7bf2cd8..2e0d4a87444 100644 --- a/gnu/packages/ibus.scm +++ b/gnu/packages/ibus.scm @@ -1020,7 +1020,7 @@ hanja dictionary and small hangul character classification.") (add-before 'check 'pre-check (lambda _ (setenv "HOME" (getcwd))))))) ; tests write to $HOME - (native-inputs (list (list glib "bin") pkg-config)) + (native-inputs (list (list glib "bin") gobject-introspection pkg-config)) (inputs (list glib gtk+ ibus python python-pygobject)) (native-search-paths (list (search-path-specification |
