Skip to content

Commit 7625e0b

Browse files
committed
blender: fix openusd support
1 parent 8d1cc34 commit 7625e0b

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)