tomcat6: drop, no longer supported.

This commit is contained in:
Graham Christensen
2017-02-17 22:24:33 -05:00
parent f308722a00
commit 6fc38401a2
2 changed files with 2 additions and 9 deletions
@@ -1,10 +1,10 @@
{ stdenv, tomcat6, mysql_jdbc }:
{ stdenv, mysql_jdbc }:
stdenv.mkDerivation {
name = "tomcat-mysql-jdbc";
builder = ./builder.sh;
buildInputs = [ mysql_jdbc ];
inherit mysql_jdbc;
meta = {