From c9aee562c14c6e428c95ffe08ae4f15004dfa4c6 Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Wed, 29 Nov 2023 07:54:26 +0100 Subject: [PATCH] tomcat: sync meta.platforms with jre --- pkgs/servers/http/tomcat/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/http/tomcat/default.nix b/pkgs/servers/http/tomcat/default.nix index 996e0d03f77a..3ff672692e7b 100644 --- a/pkgs/servers/http/tomcat/default.nix +++ b/pkgs/servers/http/tomcat/default.nix @@ -30,7 +30,7 @@ let meta = with lib; { homepage = "https://tomcat.apache.org/"; description = "An implementation of the Java Servlet and JavaServer Pages technologies"; - platforms = platforms.all; + platforms = jre.meta.platforms; maintainers = with maintainers; [ anthonyroussel ]; license = [ licenses.asl20 ]; sourceProvenance = with sourceTypes; [ binaryBytecode ];