tomcat: set meta.platforms
This commit is contained in:
parent
6f9a111186
commit
e8dc583eb4
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue