tomcat: set meta.platforms

This commit is contained in:
Bjørn Forsman 2014-10-27 18:43:04 +01:00
parent 6f9a111186
commit e8dc583eb4

View file

@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://tomcat.apache.org/;
description = "An implementation of the Java Servlet and JavaServer Pages technologies";
platforms = with stdenv.lib.platforms; all;
};
}