Loading pkgs/development/python-modules/language-tool-python/default.nix +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"; Loading @@ -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 Loading Loading
pkgs/development/python-modules/language-tool-python/default.nix +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"; Loading @@ -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 Loading