keycloak: add platforms to meta

wip/yesman
Mario Rodas 4 years ago
parent b260826c9a
commit 8a774b7d56
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027
  1. 1
      pkgs/servers/keycloak/default.nix

@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.keycloak.org/";
description = "Identity and access management for modern applications and services";
license = licenses.asl20;
platforms = jre.meta.platforms;
maintainers = [ maintainers.ngerstle ];
};

Loading…
Cancel
Save