tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
tomcat: set meta.platforms
Bjørn Forsman
11 years ago
e8dc583e
6f9a1111
+1
1 changed file
expand all
collapse all
unified
split
pkgs
servers
http
tomcat
recent.nix
+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
23
+
platforms = with stdenv.lib.platforms; all;
23
24
};
24
25
}