mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: ivar: Disable parallel tests.
* gnu/packages/bioinformatics.scm (ivar)[arguments]: Disable parallel tests.
This commit is contained in:
parent
aa2d5ca02e
commit
b7aaf6c418
1 changed files with 1 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue