gnu: bowtie: Use TBB 2020.

* gnu/packages/bioinformatics.scm (bowtie)[inputs]: Replace tbb with tbb-2020.
This commit is contained in:
Ricardo Wurmus 2021-10-24 16:58:58 +00:00
parent 7f151c9bd8
commit 2ec601580b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1711,7 +1711,7 @@ (define-public bowtie
"--bowtie2-build=./bowtie2-build")
#t)))))
(inputs
`(("tbb" ,tbb)
`(("tbb" ,tbb-2020)
("zlib" ,zlib)
("python" ,python-wrapper)))
(native-inputs