mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 20:59:31 -05:00
gnu: bowtie: Use TBB 2020.
* gnu/packages/bioinformatics.scm (bowtie)[inputs]: Replace tbb with tbb-2020.
This commit is contained in:
parent
7f151c9bd8
commit
2ec601580b
1 changed files with 1 additions and 1 deletions
|
@ -1711,7 +1711,7 @@ (define-public bowtie
|
||||||
"--bowtie2-build=./bowtie2-build")
|
"--bowtie2-build=./bowtie2-build")
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("tbb" ,tbb)
|
`(("tbb" ,tbb-2020)
|
||||||
("zlib" ,zlib)
|
("zlib" ,zlib)
|
||||||
("python" ,python-wrapper)))
|
("python" ,python-wrapper)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue