Files
nixpkgs/pkgs/development/python-modules/openusd
Leona Maroni 00a680dcfd python3Packages.openusd: remove superfluous stdenv parameter to buildPythonApplication
Passing `stdenv` directly to `buildPythonPackage` or `buildPythonApplication`
is deprecated with `oldestSupportedRelease = 2511`.
Passing the normal `stdenv` to `buildPythonApplication` doensn't do anything.
2026-01-05 15:36:01 +01:00
..