diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-01-24 21:06:59 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-24 21:18:11 +0100 |
commit | bdd914af004951be927efbd1f944f7f4b21e2963 (patch) | |
tree | 0318ebc620ba947446d009aaa8402738bc49af6c /gnu/packages/anthy.scm | |
parent | 562a0776839128eb1103a0cecc6563c443262945 (diff) | |
download | guix-bdd914af004951be927efbd1f944f7f4b21e2963.tar.gz |
gnu: anthy: Unconditionally return #T from check phase.
* gnu/packages/anthy.scm (anthy)[arguments]: Use INVOKE.
Diffstat (limited to 'gnu/packages/anthy.scm')
-rw-r--r-- | gnu/packages/anthy.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/anthy.scm b/gnu/packages/anthy.scm index 7cd35b622d..170e439465 100644 --- a/gnu/packages/anthy.scm +++ b/gnu/packages/anthy.scm @@ -47,7 +47,7 @@ (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 |