diff --git a/pkgs/servers/http/tomcat/recent.nix b/pkgs/servers/http/tomcat/recent.nix index 0d11ba7a104..02be47a6022 100644 --- a/pkgs/servers/http/tomcat/recent.nix +++ b/pkgs/servers/http/tomcat/recent.nix @@ -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; }; }