python3Packages.sudachipy: fix build

This commit is contained in:
natsukium
2025-06-14 20:19:40 +09:00
parent 5f4ac474e8
commit ea4fdaf449
@@ -18,9 +18,12 @@ buildPythonPackage rec {
pname = "sudachipy";
inherit (sudachi-rs) src version;
patches = sudachi-rs.cargoPatches;
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-/VKveTtB8BbWgRBEzWBjrSrW84uFcz08cz6tZTuMMeE=";
patches = sudachi-rs.cargoPatches;
hash = "sha256-lUP/9s4W0JehxeCjMmq6G22KMGdDNnq1YlobeLQn2AE=";
};
nativeBuildInputs = [