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
|
@ -47,7 +47,7 @@
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(with-directory-excursion "test"
|
(with-directory-excursion "test"
|
||||||
(zero? (system* "./anthy" "--all"))))))))
|
(invoke "./anthy" "--all")))))))
|
||||||
(home-page "http://anthy.osdn.jp/")
|
(home-page "http://anthy.osdn.jp/")
|
||||||
(synopsis "Japanese input method")
|
(synopsis "Japanese input method")
|
||||||
(description "Anthy is a Japanese input method for converting
|
(description "Anthy is a Japanese input method for converting
|
||||||
|
|
Loading…
Reference in New Issue