diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-10-24 18:50:09 +0000 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-10-24 18:50:09 +0000 |
commit | cc331ad7eb27d31c597cf1857a2f5fe4ced0f01d (patch) | |
tree | 6ba2153855edf0fcd0cc9192300be853afb10b94 /gnu | |
parent | 084bdf9d694e924aa82673cc2aeeb3f9d78199c5 (diff) | |
download | guix-cc331ad7eb27d31c597cf1857a2f5fe4ced0f01d.tar guix-cc331ad7eb27d31c597cf1857a2f5fe4ced0f01d.tar.gz |
gnu: flexbar: Use TBB 2020.
* gnu/packages/bioinformatics.scm (flexbar)[inputs]: Replace tbb with
tbb-2020.
Diffstat (limited to 'gnu')
-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 dfb260a90e..98e9c78085 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -3595,7 +3595,7 @@ results. The FASTX-Toolkit tools perform some of these preprocessing tasks.") (bin (string-append out "/bin/"))) (install-file "flexbar" bin))))))) (inputs - `(("tbb" ,tbb) + `(("tbb" ,tbb-2020) ("zlib" ,zlib))) (native-inputs `(("pkg-config" ,pkg-config) |