openusd: patch for embree 4

+9
+9
pkgs/development/python-modules/openusd/default.nix
··· 9 draco, 10 embree, 11 fetchFromGitHub, 12 flex, 13 git, 14 graphviz-nox, ··· 62 outputs = [ "out" ] ++ lib.optional withDocs "doc"; 63 64 format = "other"; 65 66 cmakeFlags = [ 67 "-DPXR_BUILD_ALEMBIC_PLUGIN=ON"
··· 9 draco, 10 embree, 11 fetchFromGitHub, 12 + fetchpatch, 13 flex, 14 git, 15 graphviz-nox, ··· 63 outputs = [ "out" ] ++ lib.optional withDocs "doc"; 64 65 format = "other"; 66 + 67 + patches = [ 68 + (fetchpatch { 69 + name = "port-to-embree-4.patch"; 70 + url = "https://github.com/PixarAnimationStudios/OpenUSD/pull/2266/commits/4b6c23d459c602fdac5e0ebc9b7722cbd5475e86.patch"; 71 + hash = "sha256-yjqdGAVqfEsOX1W/tG6c+GgQLYya5U9xgUe/sNIuDbw="; 72 + }) 73 + ]; 74 75 cmakeFlags = [ 76 "-DPXR_BUILD_ALEMBIC_PLUGIN=ON"