diff options
Diffstat (limited to 'pkgs/development/python-modules/py-multicodec/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/py-multicodec/default.nix | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/pkgs/development/python-modules/py-multicodec/default.nix b/pkgs/development/python-modules/py-multicodec/default.nix index 21f396d9c2a2..a657d8eb459d 100644 --- a/pkgs/development/python-modules/py-multicodec/default.nix +++ b/pkgs/development/python-modules/py-multicodec/default.nix @@ -1,11 +1,12 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, morphys -, pytestCheckHook -, pythonOlder -, six -, varint +{ + lib, + buildPythonPackage, + fetchFromGitHub, + morphys, + pytestCheckHook, + pythonOlder, + six, + varint, }: buildPythonPackage rec { @@ -37,13 +38,9 @@ buildPythonPackage rec { varint ]; - nativeCheckInputs = [ - pytestCheckHook - ]; + nativeCheckInputs = [ pytestCheckHook ]; - pythonImportsCheck = [ - "multicodec" - ]; + pythonImportsCheck = [ "multicodec" ]; meta = with lib; { description = "Compact self-describing codecs"; |
