listadmin: init at 2.73

fixes #133239

(cherry picked from commit 53fc34dcf0dcd60783d4df74f5cd35a685185d2f)
This commit is contained in:
Joachim Breitner
2021-08-17 22:36:03 +02:00
parent 97c5d0cbe7
commit e628ab6544
3 changed files with 64 additions and 0 deletions
+2
View File
@@ -19161,6 +19161,8 @@ in
mailman-web = with python3.pkgs; toPythonApplication mailman-web;
listadmin = callPackage ../applications/networking/listadmin {};
mastodon = callPackage ../servers/mastodon { };
materialize = callPackage ../servers/sql/materialize {
+14
View File
@@ -15169,6 +15169,20 @@ let
};
};
NetINET6Glue = buildPerlPackage {
pname = "Net-INET6Glue";
version = "0.604";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SU/SULLR/Net-INET6Glue-0.604.tar.gz";
sha256 = "05xvbdrqq88npzg14bjm9wmjykzplwirzcm8rp61852hz6c67hwh";
};
meta = {
homepage = "https://github.com/noxxi/p5-net-inet6glue";
description = "Make common modules IPv6 ready by hotpatching";
license = lib.licenses.artistic1;
};
};
NetAddrIP = buildPerlPackage {
pname = "NetAddr-IP";
version = "4.079";