mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
blender: fix build by using openvdb_11
openvdb is now v12, and has many breaking API changes. Upstream has not yet adapted to them yet, so there is no patch to backport. Further, OpenVDB 12 is not currently part of the anticipated upstream library updates for Blender 4.3 or 4.4.
This commit is contained in:
parent
13af81da96
commit
33e09c6eea
@ -64,7 +64,7 @@
|
||||
openjpeg,
|
||||
openpgl,
|
||||
opensubdiv,
|
||||
openvdb,
|
||||
openvdb_11,
|
||||
openxr-loader,
|
||||
pkg-config,
|
||||
potrace,
|
||||
@ -276,7 +276,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
openjpeg
|
||||
openpgl
|
||||
(opensubdiv.override { inherit cudaSupport; })
|
||||
openvdb
|
||||
openvdb_11
|
||||
potrace
|
||||
pugixml
|
||||
python3
|
||||
|
Loading…
Reference in New Issue
Block a user