mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
tomcat8: drop package
This commit is contained in:
parent
b6ce336775
commit
fa60c16dfc
3 changed files with 2 additions and 8 deletions
|
@ -30,12 +30,6 @@ let
|
|||
});
|
||||
|
||||
in {
|
||||
tomcat8 = common {
|
||||
versionMajor = "8";
|
||||
versionMinor = "5.51";
|
||||
sha256 = "1zmg0hi4nw4y5sknd0jgq9lb3bncjjscay5fdiiq3qh5cs0wsvl3";
|
||||
};
|
||||
|
||||
tomcat9 = common {
|
||||
versionMajor = "9";
|
||||
versionMinor = "0.46";
|
||||
|
|
|
@ -835,7 +835,8 @@ mapAliases ({
|
|||
tftp_hpa = tftp-hpa; # added 2015-04-03
|
||||
timescale-prometheus = promscale; # added 2020-09-29
|
||||
tomcat7 = throw "tomcat7 has been removed from nixpkgs as it has reached end of life."; # added 2022-06-16
|
||||
tomcat85 = tomcat8; # added 2020-03-11
|
||||
tomcat8 = throw "tomcat8 has been removed from nixpkgs as it has reached end of life."; # added 2022-06-16
|
||||
tomcat85 = throw "tomcat85 has been removed from nixpkgs as it has reached end of life."; # added 2020-03-11
|
||||
torbrowser = tor-browser-bundle-bin; # added 2017-04-05
|
||||
torch = throw "torch has been removed, as the upstream project has been abandoned"; # added 2020-03-28
|
||||
torch-hdf5 = throw "torch-hdf5 has been removed, as the upstream project has been abandoned"; # added 2020-03-28
|
||||
|
|
|
@ -20012,7 +20012,6 @@ in
|
|||
trafficserver = callPackage ../servers/http/trafficserver { };
|
||||
|
||||
inherit (callPackages ../servers/http/tomcat { })
|
||||
tomcat8
|
||||
tomcat9
|
||||
tomcat10;
|
||||
|
||||
|
|
Loading…
Reference in a new issue