Commit e7c64124 authored by FliegendeWurst's avatar FliegendeWurst
Browse files

python3Packages.language-tool-python: fix definition

parent fe0e2958
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
{
  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