summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-10-24 18:47:45 +0000
committerRicardo Wurmus <rekado@elephly.net>2021-10-24 18:47:45 +0000
commit724972bcca1312667da94c4341427deeca76a3fd (patch)
tree08a35d191de0cab9491a26cd6e6cfdfca362afd6
parentf336cc4fe739819115c99bc58122024241640cab (diff)
downloadguix-patches-724972bcca1312667da94c4341427deeca76a3fd.tar
guix-patches-724972bcca1312667da94c4341427deeca76a3fd.tar.gz
gnu: bowtie1: Use TBB 2020.
* gnu/packages/bioinformatics.scm (bowtie1)[inputs]: Replace tbb with tbb-2020.
-rw-r--r--gnu/packages/bioinformatics.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c03ffaf2ff..78d57f2402 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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")