3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/compilers/openjdk/meta.nix

9 lines
319 B
Nix
Raw Normal View History

lib: with lib; {
2021-06-17 00:22:29 +01:00
homepage = "https://openjdk.java.net/";
2021-06-16 11:40:15 +01:00
license = licenses.gpl2Only;
description = "The open-source Java Development Kit";
maintainers = with maintainers; [ edwtjo asbachb ];
platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" "armv7l-linux" "armv6l-linux" ];
mainProgram = "java";
}