mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
0865b32dee
commit
89db6e7ec7
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue