guix-commits
[Top][All Lists]
Advanced

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

20/23: gnu: ghmm: Return #t from all phases.


From: Tobias Geerinckx-Rice
Subject: 20/23: gnu: ghmm: Return #t from all phases.
Date: Wed, 27 Jun 2018 07:01:52 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3107259f05818c251aec96571f0ddefcf86a1c87
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jun 26 19:37:21 2018 +0200

    gnu: ghmm: Return #t from all phases.
    
    * gnu/packages/machine-learning.scm (ghmm)[arguments]: Substitute INVOKE
    for SYSTEM*.
---
 gnu/packages/machine-learning.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 59e38bb..d9f7731 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -233,7 +233,7 @@ classification.")
                #t))
            (add-after 'disable-broken-tests 'autogen
              (lambda _
-               (zero? (system* "bash" "autogen.sh")))))))
+               (invoke "bash" "autogen.sh"))))))
       (inputs
        `(("python" ,python-2) ; only Python 2 is supported
          ("libxml2" ,libxml2)))



reply via email to

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