diff --git a/pkgs/development/python-modules/typer/default.nix b/pkgs/development/python-modules/typer/default.nix index 18da08e71569..3c92fb408ecf 100644 --- a/pkgs/development/python-modules/typer/default.nix +++ b/pkgs/development/python-modules/typer/default.nix @@ -6,6 +6,7 @@ coverage, fetchPypi, pdm-backend, + procps, pytest-sugar, pytest-xdist, pytestCheckHook, @@ -48,6 +49,8 @@ buildPythonPackage rec { pytest-sugar pytest-xdist pytestCheckHook + ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ + procps ]; preCheck = ''