python3Packages.language-tool-python: fix definition

This commit is contained in:
FliegendeWurst
2025-04-01 09:40:25 +02:00
parent fe0e29587f
commit e7c641248e
@@ -1,8 +1,13 @@
{
python3,
fetchFromGitHub,
buildPythonPackage,
lib,
setuptools,
requests,
tqdm,
psutil,
toml,
pip,
}:
buildPythonPackage rec {
pname = "language-tool-python";
@@ -17,8 +22,8 @@ buildPythonPackage rec {
hash = "sha256-v82RCg2lE0/ETJTiMogrI09fZ28tq1jhzFhbC89kbTU=";
};
build-system = [ python3.pkgs.setuptools ];
dependencies = with python3.pkgs; [
build-system = [ setuptools ];
dependencies = [
requests
tqdm
psutil