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:
Leona Maroni
2026-01-05 15:36:01 +01:00
parent 00a680dcfd
commit 2bd654f9b1
@@ -14,8 +14,6 @@ buildPythonPackage rec {
version = "7.1.3";
pyproject = true;
inherit stdenv;
src = fetchFromGitHub {
owner = "giampaolo";
repo = "psutil";