gnu: idr: Disable tests.

* gnu/packages/bioinformatics.scm (idr)[arguments]: Set #:tests? #f.
This commit is contained in:
Marius Bakke 2016-12-16 13:08:57 +01:00
parent aaffb9c97b
commit 1c10a1d75c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

View File

@ -2879,7 +2879,8 @@ data. It also provides the bgzip, htsfile, and tabix utilities.")
"1k3x44biak00aiv3hpm1yd6nn4hhp7n0qnbs3zh2q9sw7qr1qj5r")))) "1k3x44biak00aiv3hpm1yd6nn4hhp7n0qnbs3zh2q9sw7qr1qj5r"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:tests? #f ; FIXME: "ImportError: No module named 'utility'"
#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after (add-after
'install 'wrap-program 'install 'wrap-program