mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: anthy: Unconditionally return #T from check phase.
* gnu/packages/anthy.scm (anthy)[arguments]: Use INVOKE.
This commit is contained in:
parent
562a077683
commit
bdd914af00
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ (define-public anthy
|
|||
(replace 'check
|
||||
(lambda _
|
||||
(with-directory-excursion "test"
|
||||
(zero? (system* "./anthy" "--all"))))))))
|
||||
(invoke "./anthy" "--all")))))))
|
||||
(home-page "http://anthy.osdn.jp/")
|
||||
(synopsis "Japanese input method")
|
||||
(description "Anthy is a Japanese input method for converting
|
||||
|
|
Loading…
Reference in a new issue