tomcat6: drop, no longer supported.
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user