about summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2023-11-29 07:54:26 +0100
committerAnthony Roussel <anthony@roussel.dev>2023-11-29 07:54:46 +0100
commitc9aee562c14c6e428c95ffe08ae4f15004dfa4c6 (patch)
treecf498ceaaa547a25c0c68abcf91591c5b278e1b6 /pkgs/servers/http
parentd525015c8e8649fa0cddf9249c99a27b041b6b66 (diff)
downloadnixlib-c9aee562c14c6e428c95ffe08ae4f15004dfa4c6.tar
nixlib-c9aee562c14c6e428c95ffe08ae4f15004dfa4c6.tar.gz
nixlib-c9aee562c14c6e428c95ffe08ae4f15004dfa4c6.tar.bz2
nixlib-c9aee562c14c6e428c95ffe08ae4f15004dfa4c6.tar.lz
nixlib-c9aee562c14c6e428c95ffe08ae4f15004dfa4c6.tar.xz
nixlib-c9aee562c14c6e428c95ffe08ae4f15004dfa4c6.tar.zst
nixlib-c9aee562c14c6e428c95ffe08ae4f15004dfa4c6.zip
tomcat: sync meta.platforms with jre
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/tomcat/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];