me
/
guix
Archived
1
0
Fork 0

gnu: sailfish: Use TBB 2020.

* gnu/packages/bioinformatics.scm (sailfish)[inputs]: Replace tbb with
tbb-2020.
master
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
1 changed files with 1 additions and 1 deletions

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