python3Packages.psutil: 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:
@@ -14,8 +14,6 @@ buildPythonPackage rec {
|
||||
version = "7.1.3";
|
||||
pyproject = true;
|
||||
|
||||
inherit stdenv;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "giampaolo";
|
||||
repo = "psutil";
|
||||
|
||||
Reference in New Issue
Block a user