gnu: ibus-anthy: Fix build.

This is in follow up to 39b118776b.

* gnu/packages/ibus.scm (ibus-anthy)
[phases]{wrap-programs}: Add missing 'inputs' keyword.
This commit is contained in:
Maxim Cournoyer 2022-06-24 09:57:15 -04:00
parent 0865b32dee
commit 89db6e7ec7
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -329,7 +329,7 @@ (define-public ibus-anthy
#:phases
(modify-phases %standard-phases
(add-after 'install 'wrap-programs
(lambda* (#:key outputs #:allow-other-keys)
(lambda* (#:key inputs outputs #:allow-other-keys)
(for-each (lambda (prog)
(wrap-program (search-input-file
outputs (string-append "libexec/" prog))