mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: flexbar: Use TBB 2020.
* gnu/packages/bioinformatics.scm (flexbar)[inputs]: Replace tbb with tbb-2020.
This commit is contained in:
parent
084bdf9d69
commit
cc331ad7eb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue