gnu: ghmm: Return #t from all phases.

* gnu/packages/machine-learning.scm (ghmm)[arguments]: Substitute INVOKE
for SYSTEM*.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-26 19:37:21 +02:00
parent 3a28209c31
commit 3107259f05
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -233,7 +233,7 @@ (define-public ghmm
#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)))