tomcat: set meta.platforms
This commit is contained in:
parent
6f9a111186
commit
e8dc583eb4
@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://tomcat.apache.org/;
|
homepage = http://tomcat.apache.org/;
|
||||||
description = "An implementation of the Java Servlet and JavaServer Pages technologies";
|
description = "An implementation of the Java Servlet and JavaServer Pages technologies";
|
||||||
|
platforms = with stdenv.lib.platforms; all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user