3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: flexbar: Use TBB 2020.

* gnu/packages/bioinformatics.scm (flexbar)[inputs]: Replace tbb with
tbb-2020.
This commit is contained in:
Ricardo Wurmus 2021-10-24 18:50:09 +00:00
parent 084bdf9d69
commit cc331ad7eb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)