me
/
guix
Archived
1
0
Fork 0

gnu: bowtie: Use TBB 2020.

* gnu/packages/bioinformatics.scm (bowtie)[inputs]: Replace tbb with tbb-2020.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -1711,7 +1711,7 @@ errors at the end of reads.")
"--bowtie2-build=./bowtie2-build")
#t)))))
(inputs
`(("tbb" ,tbb)
`(("tbb" ,tbb-2020)
("zlib" ,zlib)
("python" ,python-wrapper)))
(native-inputs