Loading pkgs/development/python-modules/rapidfuzz/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -8,10 +8,8 @@ , ninja , scikit-build , setuptools , jarowinkler , numpy , hypothesis , jarowinkler-cpp , pandas , pytestCheckHook , rapidfuzz-cpp Loading Loading @@ -44,7 +42,6 @@ buildPythonPackage rec { dontUseCmakeConfigure = true; buildInputs = [ jarowinkler-cpp rapidfuzz-cpp taskflow ]; Loading @@ -60,10 +57,13 @@ buildPythonPackage rec { ]; propagatedBuildInputs = [ jarowinkler numpy ]; preCheck = '' export RAPIDFUZZ_IMPLEMENTATION=cpp ''; checkInputs = [ hypothesis pandas Loading Loading
pkgs/development/python-modules/rapidfuzz/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -8,10 +8,8 @@ , ninja , scikit-build , setuptools , jarowinkler , numpy , hypothesis , jarowinkler-cpp , pandas , pytestCheckHook , rapidfuzz-cpp Loading Loading @@ -44,7 +42,6 @@ buildPythonPackage rec { dontUseCmakeConfigure = true; buildInputs = [ jarowinkler-cpp rapidfuzz-cpp taskflow ]; Loading @@ -60,10 +57,13 @@ buildPythonPackage rec { ]; propagatedBuildInputs = [ jarowinkler numpy ]; preCheck = '' export RAPIDFUZZ_IMPLEMENTATION=cpp ''; checkInputs = [ hypothesis pandas Loading