tomcat: set meta.platforms

+1
+1
pkgs/servers/http/tomcat/recent.nix
··· 20 20 meta = { 21 21 homepage = http://tomcat.apache.org/; 22 22 description = "An implementation of the Java Servlet and JavaServer Pages technologies"; 23 + platforms = with stdenv.lib.platforms; all; 23 24 }; 24 25 }