aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/anthy.scm2
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
8a94afa36142f8f145efaa485b632433'>gnu: knot-service: Add includes field in configuration.Julien Lepiller 2018-12-04services: ddclient: Fix unrecognized keywords.Oleg Pykhalov 2018-11-06gnu: services: dns: Fix 'ddclient-activation'.Oleg Pykhalov 2018-08-30services: Add ddclient service.Oleg Pykhalov 2018-06-08services: dnsmasq-service-type: Add default configuration and description.宋文武 2018-06-08services: dnsmasq: Use 'negative-cache?' instead of 'no-negcache?'.宋文武 2018-06-05services: Add dnsmasq-service-type.宋文武 2017-06-21gnu: services: use seconds instead of duration strings.Julien Lepiller 2017-05-27gnu: Add knot-service-type.Julien Lepiller