3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.rapidfuzz: use Ninja

This commit is contained in:
Robert Schütz 2022-06-11 21:38:24 +00:00 committed by Robert Schütz
parent e2d63b0e02
commit 48480ea46a

View file

@ -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
];