mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ghmm: Return #t from all phases.
* gnu/packages/machine-learning.scm (ghmm)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
3a28209c31
commit
3107259f05
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue