gnu: idr: Disable tests.
* gnu/packages/bioinformatics.scm (idr)[arguments]: Set #:tests? #f.
This commit is contained in:
parent
aaffb9c97b
commit
1c10a1d75c
|
@ -2879,7 +2879,8 @@ data. It also provides the bgzip, htsfile, and tabix utilities.")
|
|||
"1k3x44biak00aiv3hpm1yd6nn4hhp7n0qnbs3zh2q9sw7qr1qj5r"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(#:tests? #f ; FIXME: "ImportError: No module named 'utility'"
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after
|
||||
'install 'wrap-program
|
||||
|
|
Loading…
Reference in New Issue