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.
This commit is contained in:
Leona Maroni
2026-01-05 15:36:01 +01:00
parent 1127e9df03
commit 00a680dcfd
@@ -33,6 +33,7 @@
python,
qt6,
setuptools,
stdenv,
onetbb,
withDocs ? false,
withOsl ? true,
@@ -61,8 +62,6 @@ buildPythonPackage rec {
hash = "sha256-gxikEC4MqTkhgYaRsCVYtS/VmXClSaCMdzpQ0LmiR7Q=";
};
stdenv = python.stdenv;
outputs = [ "out" ] ++ lib.optional withDocs "doc";
patches = [