mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
python312Packages.typer: fix darwin build (#350586)
This commit is contained in:
commit
b5e87e2504
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user