gnu: ghmm: Remove extra build phase.
* gnu/packages/machine-learning.scm (ghmm)[arguments]: Remove unneeded 'autogen phase.
This commit is contained in:
parent
e3a699380e
commit
a491856f2a
1 changed files with 1 additions and 4 deletions
|
@ -251,10 +251,7 @@ (define-public ghmm
|
|||
(string-append indent
|
||||
"@unittest.skip(\"Disabled by Guix\")\n"
|
||||
line)))
|
||||
#t))
|
||||
(add-after 'disable-broken-tests 'autogen
|
||||
(lambda _
|
||||
(invoke "bash" "autogen.sh"))))))
|
||||
#t)))))
|
||||
(inputs
|
||||
`(("python" ,python-2) ; only Python 2 is supported
|
||||
("libxml2" ,libxml2)))
|
||||
|
|
Loading…
Reference in a new issue