diff options
Diffstat (limited to 'pkgs/development/python-modules/arcam-fmj/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/arcam-fmj/default.nix | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/pkgs/development/python-modules/arcam-fmj/default.nix b/pkgs/development/python-modules/arcam-fmj/default.nix index b78a7bfac161..c7a2f7579507 100644 --- a/pkgs/development/python-modules/arcam-fmj/default.nix +++ b/pkgs/development/python-modules/arcam-fmj/default.nix @@ -1,14 +1,15 @@ -{ lib -, buildPythonPackage -, pythonAtLeast -, pythonOlder -, fetchFromGitHub -, aiohttp -, attrs -, defusedxml -, pytest-aiohttp -, pytest-mock -, pytestCheckHook +{ + lib, + buildPythonPackage, + pythonAtLeast, + pythonOlder, + fetchFromGitHub, + aiohttp, + attrs, + defusedxml, + pytest-aiohttp, + pytest-mock, + pytestCheckHook, }: buildPythonPackage rec { |
