mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
keycloak: add platforms to meta
This commit is contained in:
parent
b260826c9a
commit
8a774b7d56
@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://www.keycloak.org/";
|
homepage = "https://www.keycloak.org/";
|
||||||
description = "Identity and access management for modern applications and services";
|
description = "Identity and access management for modern applications and services";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
platforms = jre.meta.platforms;
|
||||||
maintainers = [ maintainers.ngerstle ];
|
maintainers = [ maintainers.ngerstle ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user