summary refs log tree commit diff
path: root/pkgs/servers/search
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/search')
-rw-r--r--pkgs/servers/search/elasticsearch/plugins.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/search/elasticsearch/plugins.nix b/pkgs/servers/search/elasticsearch/plugins.nix
index b40f9c8a0586..568737b11385 100644
--- a/pkgs/servers/search/elasticsearch/plugins.nix
+++ b/pkgs/servers/search/elasticsearch/plugins.nix
@@ -67,6 +67,7 @@ in {
       homepage = https://github.com/Asquera/elasticsearch-http-basic;
       description = "HTTP Basic Authentication for Elasticsearch";
       license = licenses.mit;
+      platforms = elasticsearch.meta.platforms;
     };
   };
 }