diff --git a/pkgs/development/python-modules/automx2/default.nix b/pkgs/development/python-modules/automx2/default.nix index e4661b021eb..cfc3a8484b6 100644 --- a/pkgs/development/python-modules/automx2/default.nix +++ b/pkgs/development/python-modules/automx2/default.nix @@ -1,12 +1,13 @@ { lib , buildPythonPackage -, pythonOlder , fetchFromGitHub , flask , flask-migrate , ldap3 , pytestCheckHook +, pythonOlder }: + buildPythonPackage rec { pname = "automx2"; version = "unstable-2023-08-23"; @@ -27,8 +28,13 @@ buildPythonPackage rec { ldap3 ]; - nativeCheckInputs = [ pytestCheckHook ]; - pythonImportsCheck = [ "automx2" ]; + nativeCheckInputs = [ + pytestCheckHook + ]; + + pythonImportsCheck = [ + "automx2" + ]; meta = with lib; { description = "Email client configuration made easy";