diff options
Diffstat (limited to 'pkgs/development/python-modules/python-crfsuite/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/python-crfsuite/default.nix | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/pkgs/development/python-modules/python-crfsuite/default.nix b/pkgs/development/python-modules/python-crfsuite/default.nix index 34ed7eba301e..834bfa60a0f0 100644 --- a/pkgs/development/python-modules/python-crfsuite/default.nix +++ b/pkgs/development/python-modules/python-crfsuite/default.nix @@ -1,8 +1,9 @@ -{ lib -, buildPythonPackage -, fetchPypi -, pytestCheckHook -, pythonAtLeast +{ + lib, + buildPythonPackage, + fetchPypi, + pytestCheckHook, + pythonAtLeast, }: buildPythonPackage rec { @@ -20,13 +21,9 @@ buildPythonPackage rec { rm -r pycrfsuite ''; - nativeCheckInputs = [ - pytestCheckHook - ]; + nativeCheckInputs = [ pytestCheckHook ]; - pythonImportsCheck = [ - "pycrfsuite" - ]; + pythonImportsCheck = [ "pycrfsuite" ]; meta = with lib; { description = "Python binding for CRFsuite"; |
