Skip to content

Commit d35f5a8

Browse files
authored
blender: fix openusd support (#399716)
2 parents f3a4b07 + 7625e0b commit d35f5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/bl/blender/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ stdenv'.mkDerivation (finalAttrs: {
321321
ps.requests
322322
ps.zstandard
323323
]
324-
++ lib.optional openUsdSupport [ pyPkgsOpenusd ];
324+
++ lib.optionals openUsdSupport [ pyPkgsOpenusd ];
325325

326326
blenderExecutable =
327327
placeholder "out"

0 commit comments

Comments
 (0)