diff options
Diffstat (limited to 'pkgs/development/python-modules/nameparser/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/nameparser/default.nix | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/pkgs/development/python-modules/nameparser/default.nix b/pkgs/development/python-modules/nameparser/default.nix index 370a5300a04e..daafd9190c16 100644 --- a/pkgs/development/python-modules/nameparser/default.nix +++ b/pkgs/development/python-modules/nameparser/default.nix @@ -1,8 +1,9 @@ -{ lib -, buildPythonPackage -, fetchPypi -, pythonOlder -, unittestCheckHook +{ + lib, + buildPythonPackage, + fetchPypi, + pythonOlder, + unittestCheckHook, }: buildPythonPackage rec { @@ -17,13 +18,9 @@ buildPythonPackage rec { hash = "sha256-qiQArXHM+AcGdbQDEaJXyTRln5GFSxVOG6bCZHYcBJ0="; }; - nativeCheckInputs = [ - unittestCheckHook - ]; + nativeCheckInputs = [ unittestCheckHook ]; - pythonImportsCheck = [ - "nameparser" - ]; + pythonImportsCheck = [ "nameparser" ]; meta = with lib; { description = "Module for parsing human names into their individual components"; |
