gnu: bowtie1: Use TBB 2020.

* gnu/packages/bioinformatics.scm (bowtie1)[inputs]: Replace tbb with
tbb-2020.
This commit is contained in:
Ricardo Wurmus 2021-10-24 18:47:45 +00:00
parent f336cc4fe7
commit 724972bcca
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1763,7 +1763,7 @@ (define-public bowtie1
(delete 'configure))))
(inputs
`(("python-wrapper" ,python-wrapper)
("tbb" ,tbb)
("tbb" ,tbb-2020)
("zlib" ,zlib)))
(supported-systems '("x86_64-linux"))
(home-page "http://bowtie-bio.sourceforge.net/index.shtml")