gnu: ivar: Disable parallel tests.

* gnu/packages/bioinformatics.scm (ivar)[arguments]: Disable parallel tests.
This commit is contained in:
Ricardo Wurmus 2021-12-03 13:48:41 +01:00
parent aa2d5ca02e
commit b7aaf6c418
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14847,6 +14847,7 @@ (define-public ivar
(base32
"044xa0hm3b8fga64csrdx05ih8w7kwmvcdrdrhkg8j11ml4bi4xv"))))
(build-system gnu-build-system)
(arguments `(#:parallel-tests? #false)) ; not supported
(inputs
`(("htslib" ,htslib)
("zlib" ,zlib)))