python310Packages.rapidfuzz: use Ninja

This commit is contained in:
Robert Schütz
2022-06-15 00:07:43 +00:00
committed by Robert Schütz
parent e2d63b0e02
commit 48480ea46a
@@ -4,6 +4,7 @@
, fetchFromGitHub
, cmake
, cython_3
, ninja
, rapidfuzz-capi
, scikit-build
, jarowinkler
@@ -32,6 +33,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
cmake
cython_3
ninja
rapidfuzz-capi
scikit-build
];