openusd: patch for embree 4

+9
+9
pkgs/development/python-modules/openusd/default.nix
··· 9 9 draco, 10 10 embree, 11 11 fetchFromGitHub, 12 + fetchpatch, 12 13 flex, 13 14 git, 14 15 graphviz-nox, ··· 62 63 outputs = [ "out" ] ++ lib.optional withDocs "doc"; 63 64 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 + ]; 65 74 66 75 cmakeFlags = [ 67 76 "-DPXR_BUILD_ALEMBIC_PLUGIN=ON"