python3Packages.sudachipy: fix build
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user