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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user