diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-10-24 16:58:58 +0000 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-10-24 16:58:58 +0000 |
commit | 2ec601580bfaed84453e2f9cbc0ba3088c820d2d (patch) | |
tree | 41c47014701fd17d790237022ff0ac9c50634049 /gnu/packages/bioinformatics.scm | |
parent | 7f151c9bd8f00c79923f951041f0c5aa4969b77d (diff) | |
download | guix-2ec601580bfaed84453e2f9cbc0ba3088c820d2d.tar.gz |
gnu: bowtie: Use TBB 2020.
* gnu/packages/bioinformatics.scm (bowtie)[inputs]: Replace tbb with tbb-2020.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
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 |