python312Packages.typer: fix darwin build (#350586)

This commit is contained in:
K900 2024-10-23 06:19:17 +03:00 committed by GitHub
commit b5e87e2504
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = ''