gnu: ghmm: Remove extra build phase.

* gnu/packages/machine-learning.scm (ghmm)[arguments]: Remove unneeded
'autogen phase.
This commit is contained in:
Efraim Flashner 2019-08-07 19:34:40 +03:00
parent e3a699380e
commit a491856f2a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 4 deletions

View File

@ -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)))