mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05: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 @@ (define-public flexbar
|
|||
(bin (string-append out "/bin/")))
|
||||
(install-file "flexbar" bin)))))))
|
||||
(inputs
|
||||
`(("tbb" ,tbb)
|
||||
`(("tbb" ,tbb-2020)
|
||||
("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue