diff options
Diffstat (limited to 'pkgs/development/python-modules/python-idzip/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/python-idzip/default.nix | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/pkgs/development/python-modules/python-idzip/default.nix b/pkgs/development/python-modules/python-idzip/default.nix index c754bb144554..07ea6116f782 100644 --- a/pkgs/development/python-modules/python-idzip/default.nix +++ b/pkgs/development/python-modules/python-idzip/default.nix @@ -1,13 +1,14 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, fetchpatch +{ + lib, + buildPythonPackage, + fetchFromGitHub, + fetchpatch, -, pythonOlder + pythonOlder, -, setuptools + setuptools, -, pytestCheckHook + pytestCheckHook, }: buildPythonPackage rec { @@ -34,13 +35,9 @@ buildPythonPackage rec { }) ]; - nativeBuildInputs = [ - setuptools - ]; + nativeBuildInputs = [ setuptools ]; - nativeCheckInputs = [ - pytestCheckHook - ]; + nativeCheckInputs = [ pytestCheckHook ]; disabledTestPaths = [ # need third-party files |
