about summary refs log tree commit diff
path: root/pkgs/servers/http/tomcat/recent.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/http/tomcat/recent.nix')
-rw-r--r--pkgs/servers/http/tomcat/recent.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/http/tomcat/recent.nix b/pkgs/servers/http/tomcat/recent.nix
index 0d11ba7a1046..02be47a60221 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;
   };
 }