Unverified Commit f0697b9b authored by Reno Dakota's avatar Reno Dakota
Browse files

python312Packages.typer: fix darwin build

checks require `ps` for darwin so add procps to nativeCheckInputs
parent 5a11b86f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 = ''