python3Packages.rapidfuzz: init at 1.3.3

This commit is contained in:
Robert Schütz
2021-03-28 16:53:31 +02:00
parent f8d6e28f7d
commit 57497a9a41
2 changed files with 49 additions and 0 deletions
+2
View File
@@ -7100,6 +7100,8 @@ in {
random2 = callPackage ../development/python-modules/random2 { };
rapidfuzz = callPackage ../development/python-modules/rapidfuzz { };
rarfile = callPackage ../development/python-modules/rarfile {
inherit (pkgs) libarchive;
};