Files
nixpkgs/pkgs/development/python-modules/levenshtein
Bryan Lai 8a2f9b2414 python311Packages.levenshtein: fetch submodules
This allows access to the vendored dependency `rapidfuzz-cpp`, which is
older (2.0.0) than the nixpkgs version (3.0.0).

The nixpkgs `rapidfuzz-cpp` is kept in buildInputs, which enables us to
seamlessly switch back to it when levenshtein catches up in the future.
2024-01-25 17:49:11 +08:00
..