diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2024-06-18 17:02:24 +0800 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:10 +0200 |
| commit | 8e549fe615fdf57be29031545efff3514cb0d9fc (patch) | |
| tree | b89d881847c021d65d2afbc478300b1c9b2e51dd /gnu | |
| parent | d213ef37b153a186acfe6812426d3404bcbb675b (diff) | |
gnu: ibus-libpinyin: Fix build.
* gnu/packages/ibus.scm (ibus-libpinyin)[phases]: Replace wrap-program with
glib-or-gtk-wrap.
Change-Id: I2cdd61e3d8248b19fbcdeeca0f1ca6889edc9298
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 96e4ff9ce09..07f5b90f678 100644 --- a/gnu/packages/ibus.scm +++ b/gnu/packages/ibus.scm | |||
| @@ -317,7 +317,7 @@ may also simplify input method development.") | |||
| 317 | '(list "--enable-opencc") | 317 | '(list "--enable-opencc") |
| 318 | #:phases | 318 | #:phases |
| 319 | #~(modify-phases %standard-phases | 319 | #~(modify-phases %standard-phases |
| 320 | (add-after 'wrap-program 'wrap-with-additional-paths | 320 | (add-after 'glib-or-gtk-wrap 'wrap-with-additional-paths |
| 321 | (lambda _ | 321 | (lambda _ |
| 322 | ;; Make sure 'ibus-setup-libpinyin' runs with the correct | 322 | ;; Make sure 'ibus-setup-libpinyin' runs with the correct |
| 323 | ;; PYTHONPATH and GI_TYPELIB_PATH. | 323 | ;; PYTHONPATH and GI_TYPELIB_PATH. |
