mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 16:43:58 +00:00
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/";
|
||
|
}
|