mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-26 15:44:20 +00:00
75d0e4645e
Also expands Darwin's openjdk.meta to include most attrs of Linux'
5 lines
143 B
Nix
5 lines
143 B
Nix
lib: (removeAttrs (import ../meta.nix lib) [ "maintainers" ]) // {
|
|
platforms = lib.platforms.darwin;
|
|
homepage = "https://www.azul.com/";
|
|
}
|