tomcat: set meta.platforms

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