gnu: openvdb: Use older version of TBB.
* gnu/packages/graphics.scm (openvdb)[inputs]: Replace tbb with tbb-2020.master
parent
42873c2b06
commit
78ea1ce7d5
|
@ -486,7 +486,7 @@ applications.")
|
|||
`(("boost" ,boost)
|
||||
("c-blosc" ,c-blosc)
|
||||
("ilmbase" ,ilmbase)
|
||||
("tbb" ,tbb)
|
||||
("tbb" ,tbb-2020)
|
||||
("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
|
Reference in New Issue