guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: anthy: Unconditionally return #T from check phase.


From: guix-commits
Subject: 03/04: gnu: anthy: Unconditionally return #T from check phase.
Date: Thu, 24 Jan 2019 15:18:21 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit bdd914af004951be927efbd1f944f7f4b21e2963
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Jan 24 21:06:59 2019 +0100

    gnu: anthy: Unconditionally return #T from check phase.
    
    * gnu/packages/anthy.scm (anthy)[arguments]: Use INVOKE.
---
 gnu/packages/anthy.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/anthy.scm b/gnu/packages/anthy.scm
index 7cd35b6..170e439 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]