diff options
Diffstat (limited to 'pkgs/development/python-modules/translatepy/default.nix')
-rw-r--r-- | pkgs/development/python-modules/translatepy/default.nix | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/pkgs/development/python-modules/translatepy/default.nix b/pkgs/development/python-modules/translatepy/default.nix index 0fc86af44cc4..499a47c2b999 100644 --- a/pkgs/development/python-modules/translatepy/default.nix +++ b/pkgs/development/python-modules/translatepy/default.nix @@ -1,12 +1,13 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, requests -, beautifulsoup4 -, pyuseragents -, safeio -, inquirer -, pytestCheckHook +{ + lib, + buildPythonPackage, + fetchFromGitHub, + requests, + beautifulsoup4, + pyuseragents, + safeio, + inquirer, + pytestCheckHook, }: buildPythonPackage rec { @@ -38,7 +39,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "translatepy" ]; meta = with lib; { - description = "A module grouping multiple translation APIs"; + description = "Module grouping multiple translation APIs"; mainProgram = "translatepy"; homepage = "https://github.com/Animenosekai/translate"; license = with licenses; [ agpl3Only ]; |