From 48493f8a5f41a437f2131ec27a2ecea71dfd2438 Mon Sep 17 00:00:00 2001 From: Morgan Lokhorst Date: Thu, 30 Jan 2025 15:34:48 +1100 Subject: [PATCH] poetry: Remove superfluous darwin.ps nativeCheckInput --- pkgs/by-name/po/poetry/unwrapped.nix | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/pkgs/by-name/po/poetry/unwrapped.nix b/pkgs/by-name/po/poetry/unwrapped.nix index ba26b7d54be0..f3146cea2e61 100644 --- a/pkgs/by-name/po/poetry/unwrapped.nix +++ b/pkgs/by-name/po/poetry/unwrapped.nix @@ -32,7 +32,6 @@ httpretty, pytest-mock, pytest-xdist, - darwin, }: buildPythonPackage rec { @@ -110,17 +109,13 @@ buildPythonPackage rec { --zsh <($out/bin/poetry completions zsh) \ ''; - nativeCheckInputs = - [ - deepdiff - pytestCheckHook - httpretty - pytest-mock - pytest-xdist - ] - ++ lib.optionals stdenv.hostPlatform.isDarwin [ - darwin.ps - ]; + nativeCheckInputs = [ + deepdiff + pytestCheckHook + httpretty + pytest-mock + pytest-xdist + ]; preCheck = ( ''