1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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