Loading pkgs/development/python-modules/automx2/default.nix +9 −3 Original line number Diff line number Diff line { lib , buildPythonPackage , pythonOlder , fetchFromGitHub , flask , flask-migrate , ldap3 , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "automx2"; version = "unstable-2023-08-23"; Loading @@ -27,8 +28,13 @@ buildPythonPackage rec { ldap3 ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "automx2" ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "automx2" ]; meta = with lib; { description = "Email client configuration made easy"; Loading Loading
pkgs/development/python-modules/automx2/default.nix +9 −3 Original line number Diff line number Diff line { lib , buildPythonPackage , pythonOlder , fetchFromGitHub , flask , flask-migrate , ldap3 , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "automx2"; version = "unstable-2023-08-23"; Loading @@ -27,8 +28,13 @@ buildPythonPackage rec { ldap3 ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "automx2" ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "automx2" ]; meta = with lib; { description = "Email client configuration made easy"; Loading