Unverified Commit d35f5a88 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

blender: fix openusd support (#399716)

parents f3a4b072 7625e0b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -321,7 +321,7 @@ stdenv'.mkDerivation (finalAttrs: {
      ps.requests
      ps.zstandard
    ]
    ++ lib.optional openUsdSupport [ pyPkgsOpenusd ];
    ++ lib.optionals openUsdSupport [ pyPkgsOpenusd ];

  blenderExecutable =
    placeholder "out"