From 2ec601580bfaed84453e2f9cbc0ba3088c820d2d Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 24 Oct 2021 16:58:58 +0000 Subject: gnu: bowtie: Use TBB 2020. * gnu/packages/bioinformatics.scm (bowtie)[inputs]: Replace tbb with tbb-2020. --- gnu/packages/bioinformatics.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3