mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 04:40:06 -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))))
|
||||
(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 a new issue