mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: openvdb: Use older version of TBB.
* gnu/packages/graphics.scm (openvdb)[inputs]: Replace tbb with tbb-2020.
This commit is contained in:
parent
42873c2b06
commit
78ea1ce7d5
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ (define-public openvdb
|
|||
`(("boost" ,boost)
|
||||
("c-blosc" ,c-blosc)
|
||||
("ilmbase" ,ilmbase)
|
||||
("tbb" ,tbb)
|
||||
("tbb" ,tbb-2020)
|
||||
("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue