Loading pkgs/servers/mail/mailman/package.nix +7 −1 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ with python3.pkgs; buildPythonPackage rec { pname = "mailman"; version = "3.3.9"; pyproject = true; disabled = pythonOlder "3.6"; src = fetchPypi { Loading @@ -19,7 +21,11 @@ buildPythonPackage rec { hash = "sha256-GblXI6IwkLl+V1gEbMAe1baVyZOHMaYaYITXcTkp2Mo="; }; propagatedBuildInputs = with python3.pkgs; [ build-system = with python3.pkgs; [ setuptools ]; dependencies = with python3.pkgs; [ aiosmtpd alembic authheaders Loading Loading
pkgs/servers/mail/mailman/package.nix +7 −1 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ with python3.pkgs; buildPythonPackage rec { pname = "mailman"; version = "3.3.9"; pyproject = true; disabled = pythonOlder "3.6"; src = fetchPypi { Loading @@ -19,7 +21,11 @@ buildPythonPackage rec { hash = "sha256-GblXI6IwkLl+V1gEbMAe1baVyZOHMaYaYITXcTkp2Mo="; }; propagatedBuildInputs = with python3.pkgs; [ build-system = with python3.pkgs; [ setuptools ]; dependencies = with python3.pkgs; [ aiosmtpd alembic authheaders Loading