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/packages | |
| parent | 7a8b90fcd6ed38fccb50eadd2cd105689c637d27 (diff) | |
gnu: ibus-table: Fix build.
* gnu/packages/ibus.scm (ibus-table)[native-inputs]: Add gobject-introspection.
Diffstat (limited to 'gnu/packages')
| -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.") | |||
| 1020 | (add-before 'check 'pre-check | 1020 | (add-before 'check 'pre-check |
| 1021 | (lambda _ | 1021 | (lambda _ |
| 1022 | (setenv "HOME" (getcwd))))))) ; tests write to $HOME | 1022 | (setenv "HOME" (getcwd))))))) ; tests write to $HOME |
| 1023 | (native-inputs (list (list glib "bin") pkg-config)) | 1023 | (native-inputs (list (list glib "bin") gobject-introspection pkg-config)) |
| 1024 | (inputs (list glib gtk+ ibus python python-pygobject)) | 1024 | (inputs (list glib gtk+ ibus python python-pygobject)) |
| 1025 | (native-search-paths | 1025 | (native-search-paths |
| 1026 | (list (search-path-specification | 1026 | (list (search-path-specification |
