Loading pkgs/development/python-modules/rapidfuzz/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,12 @@ buildPythonPackage rec { url = "https://github.com/rapidfuzz/RapidFuzz/commit/0ef2a4980c41b852283e6db7a747a1632307c75e.patch"; hash = "sha256-xb+J3PXwD51lZqIJcTzPJWrT/oqrIXxh1cLp91DhIPg="; }) # https://github.com/rapidfuzz/RapidFuzz/pull/470 (fetchpatch { name = "support-taskflow-4.0.0.patch"; url = "https://github.com/rapidfuzz/RapidFuzz/commit/4b794e6168d98fff4c518a64c4d809238b17d8fe.patch"; hash = "sha256-F4gwV4ewcHfR7ptcEVAvbiNFIvXqFCIM/Qk8giv4jAc="; }) ]; postPatch = '' Loading Loading
pkgs/development/python-modules/rapidfuzz/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,12 @@ buildPythonPackage rec { url = "https://github.com/rapidfuzz/RapidFuzz/commit/0ef2a4980c41b852283e6db7a747a1632307c75e.patch"; hash = "sha256-xb+J3PXwD51lZqIJcTzPJWrT/oqrIXxh1cLp91DhIPg="; }) # https://github.com/rapidfuzz/RapidFuzz/pull/470 (fetchpatch { name = "support-taskflow-4.0.0.patch"; url = "https://github.com/rapidfuzz/RapidFuzz/commit/4b794e6168d98fff4c518a64c4d809238b17d8fe.patch"; hash = "sha256-F4gwV4ewcHfR7ptcEVAvbiNFIvXqFCIM/Qk8giv4jAc="; }) ]; postPatch = '' Loading