tomcat5: remove since it's end of life (#18341)

Source is not available anymore.
This commit is contained in:
Alexander Ried 2016-09-06 03:59:25 +02:00 committed by Franz Pletz
parent 198356c086
commit 36e8df19e1
2 changed files with 0 additions and 19 deletions

View file

@ -1,17 +0,0 @@
{stdenv, fetchurl, jdk}:
stdenv.mkDerivation {
name = "jakarta-tomcat-5.0.27";
builder = ./builder.sh;
src = fetchurl {
url = http://apache.essentkabel.com/jakarta/tomcat-5/v5.0.27/bin/jakarta-tomcat-5.0.27.tar.gz;
md5 = "b802ee042677e284bcf65738c7bdc3b6";
};
inherit jdk;
}

View file

@ -10725,8 +10725,6 @@ in
slurm-llnl-full = appendToName "full" (callPackage ../servers/computing/slurm { });
tomcat5 = callPackage ../servers/http/tomcat/5.0.nix { };
tomcat6 = callPackage ../servers/http/tomcat/6.0.nix { };
tomcat7 = callPackage ../servers/http/tomcat/7.0.nix { };