gnu: bowtie1: Use TBB 2020.
* gnu/packages/bioinformatics.scm (bowtie1)[inputs]: Replace tbb with tbb-2020.
This commit is contained in:
parent
f336cc4fe7
commit
724972bcca
@ -1763,7 +1763,7 @@ gapped, local, and paired-end alignment modes.")
|
||||
(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")
|
||||
|
Loading…
Reference in New Issue
Block a user