From 33e09c6eea89ae1d1145f2f4527f98fd7b87865b Mon Sep 17 00:00:00 2001 From: Andrew Marshall Date: Wed, 6 Nov 2024 17:25:29 -0500 Subject: [PATCH] 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. --- pkgs/applications/misc/blender/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/blender/default.nix b/pkgs/applications/misc/blender/default.nix index 7d89339da102..e2af0b3f9338 100644 --- a/pkgs/applications/misc/blender/default.nix +++ b/pkgs/applications/misc/blender/default.nix @@ -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