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

gnu: sailfish: Use TBB 2020.

* gnu/packages/bioinformatics.scm (sailfish)[inputs]: Replace tbb with
tbb-2020.
This commit is contained in:
Ricardo Wurmus 2021-10-24 21:38:25 +00:00
parent 1bf55a4850
commit 41e5c12c4a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9649,7 +9649,7 @@ dependency like SeqAn.")
"src/xxhash.c"))))))
("libdivsufsort" ,libdivsufsort)
("libgff" ,libgff)
("tbb" ,tbb)
("tbb" ,tbb-2020)
("zlib" ,zlib)))
(native-inputs
`(("pkg-config" ,pkg-config)))