From 724972bcca1312667da94c4341427deeca76a3fd Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 24 Oct 2021 18:47:45 +0000 Subject: [PATCH] gnu: bowtie1: Use TBB 2020. * gnu/packages/bioinformatics.scm (bowtie1)[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 c03ffaf2ff..78d57f2402 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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")