mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 12:49:45 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1763,7 +1763,7 @@ (define-public bowtie1
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-wrapper" ,python-wrapper)
|
`(("python-wrapper" ,python-wrapper)
|
||||||
("tbb" ,tbb)
|
("tbb" ,tbb-2020)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(supported-systems '("x86_64-linux"))
|
(supported-systems '("x86_64-linux"))
|
||||||
(home-page "http://bowtie-bio.sourceforge.net/index.shtml")
|
(home-page "http://bowtie-bio.sourceforge.net/index.shtml")
|
||||||
|
|
Loading…
Reference in a new issue