diff options
Diffstat (limited to 'pkgs/development/python-modules/pybloom-live/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/pybloom-live/default.nix | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/pkgs/development/python-modules/pybloom-live/default.nix b/pkgs/development/python-modules/pybloom-live/default.nix index 0499350a7c82..40ef50836099 100644 --- a/pkgs/development/python-modules/pybloom-live/default.nix +++ b/pkgs/development/python-modules/pybloom-live/default.nix @@ -1,12 +1,13 @@ -{ lib -, bitarray -, buildPythonPackage -, fetchPypi -, pytestCheckHook -, pythonOlder -, setuptools -, wheel -, xxhash +{ + lib, + bitarray, + buildPythonPackage, + fetchPypi, + pytestCheckHook, + pythonOlder, + setuptools, + wheel, + xxhash, }: buildPythonPackage rec { @@ -32,13 +33,9 @@ buildPythonPackage rec { xxhash ]; - nativeCheckInputs = [ - pytestCheckHook - ]; + nativeCheckInputs = [ pytestCheckHook ]; - pythonImportsCheck = [ - "pybloom_live" - ]; + pythonImportsCheck = [ "pybloom_live" ]; meta = with lib; { description = "A Probabilistic data structure"; |
