diff options
Diffstat (limited to 'pkgs/development/python-modules/langdetect/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/langdetect/default.nix | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/pkgs/development/python-modules/langdetect/default.nix b/pkgs/development/python-modules/langdetect/default.nix index a50cbe73a32d..5db13ad9c4db 100644 --- a/pkgs/development/python-modules/langdetect/default.nix +++ b/pkgs/development/python-modules/langdetect/default.nix @@ -1,8 +1,9 @@ -{ lib -, buildPythonPackage -, fetchPypi -, pytestCheckHook -, six +{ + lib, + buildPythonPackage, + fetchPypi, + pytestCheckHook, + six, }: buildPythonPackage rec { @@ -15,13 +16,9 @@ buildPythonPackage rec { sha256 = "1805svvb7xjm4sf1j7b6nc3409x37pd1xmabfwwjf1ldkzwgxhfb"; }; - propagatedBuildInputs = [ - six - ]; + propagatedBuildInputs = [ six ]; - nativeCheckInputs = [ - pytestCheckHook - ]; + nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "langdetect" ]; |
