gnu: openvdb: Use older version of TBB.

* gnu/packages/graphics.scm (openvdb)[inputs]: Replace tbb with tbb-2020.
This commit is contained in:
Ricardo Wurmus 2021-10-24 13:26:12 +00:00
parent 42873c2b06
commit 78ea1ce7d5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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