Skip to content

Commit

Permalink
openusd: fix distutils dependency (NixOS#367357)
Browse files Browse the repository at this point in the history
  • Loading branch information
gador authored Dec 24, 2024
2 parents 17117a4 + 80c5f88 commit 7c9465f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/openusd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
buildPythonPackage,
cmake,
darwin,
distutils,
doxygen,
draco,
embree,
Expand Down Expand Up @@ -144,6 +145,7 @@ buildPythonPackage rec {
jinja2
numpy
pyopengl
distutils
]
++ lib.optionals (withTools || withUsdView) [
pyside-tools-uic
Expand Down

0 comments on commit 7c9465f

Please sign in to comment.