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
|
@ -251,10 +251,7 @@ classification.")
|
||||||
(string-append indent
|
(string-append indent
|
||||||
"@unittest.skip(\"Disabled by Guix\")\n"
|
"@unittest.skip(\"Disabled by Guix\")\n"
|
||||||
line)))
|
line)))
|
||||||
#t))
|
#t)))))
|
||||||
(add-after 'disable-broken-tests 'autogen
|
|
||||||
(lambda _
|
|
||||||
(invoke "bash" "autogen.sh"))))))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("python" ,python-2) ; only Python 2 is supported
|
`(("python" ,python-2) ; only Python 2 is supported
|
||||||
("libxml2" ,libxml2)))
|
("libxml2" ,libxml2)))
|
||||||
|
|
Loading…
Reference in New Issue