diff options
Diffstat (limited to 'pkgs/development/python-modules/pyclipper/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/pyclipper/default.nix | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/pkgs/development/python-modules/pyclipper/default.nix b/pkgs/development/python-modules/pyclipper/default.nix index b7b15c260fdb..edde76cd28d8 100644 --- a/pkgs/development/python-modules/pyclipper/default.nix +++ b/pkgs/development/python-modules/pyclipper/default.nix @@ -1,10 +1,11 @@ -{ lib -, fetchFromGitHub -, buildPythonPackage -, setuptools-scm -, cython -, pytestCheckHook -, pythonOlder +{ + lib, + fetchFromGitHub, + buildPythonPackage, + setuptools-scm, + cython, + pytestCheckHook, + pythonOlder, }: buildPythonPackage rec { @@ -26,13 +27,9 @@ buildPythonPackage rec { cython ]; - nativeCheckInputs = [ - pytestCheckHook - ]; + nativeCheckInputs = [ pytestCheckHook ]; - pythonImportsCheck = [ - "pyclipper" - ]; + pythonImportsCheck = [ "pyclipper" ]; meta = with lib; { description = "Cython wrapper for clipper library"; |
