summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-10-24 16:58:58 +0000
committerRicardo Wurmus <rekado@elephly.net>2021-10-24 16:58:58 +0000
commit2ec601580bfaed84453e2f9cbc0ba3088c820d2d (patch)
tree41c47014701fd17d790237022ff0ac9c50634049
parent7f151c9bd8f00c79923f951041f0c5aa4969b77d (diff)
downloadguix-patches-2ec601580bfaed84453e2f9cbc0ba3088c820d2d.tar
guix-patches-2ec601580bfaed84453e2f9cbc0ba3088c820d2d.tar.gz
gnu: bowtie: Use TBB 2020.
* gnu/packages/bioinformatics.scm (bowtie)[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 f4110ab636..128294ab9c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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