diff options
Diffstat (limited to 'pkgs/development/python-modules/aprslib/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/aprslib/default.nix | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/pkgs/development/python-modules/aprslib/default.nix b/pkgs/development/python-modules/aprslib/default.nix index 390a88fc2bf2..72f9d05d4e2b 100644 --- a/pkgs/development/python-modules/aprslib/default.nix +++ b/pkgs/development/python-modules/aprslib/default.nix @@ -1,8 +1,9 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, fetchpatch -, pytestCheckHook +{ + lib, + buildPythonPackage, + fetchFromGitHub, + fetchpatch, + pytestCheckHook, }: buildPythonPackage rec { @@ -26,9 +27,7 @@ buildPythonPackage rec { doCheck = false; # mox3 is disabled on python311 - nativeCheckInputs = [ - pytestCheckHook - ]; + nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "aprslib" ]; |
