Loading pkgs/development/compilers/corretto/mk-corretto.nix +5 −3 Original line number Diff line number Diff line Loading @@ -104,12 +104,14 @@ jdk.overrideAttrs (finalAttrs: oldAttrs: { }; }; meta = with lib; { # Some of the OpenJDK derivation set their `pos` by hand. We need to # overwrite this in order to point to Corretto, not OpenJDK. pos = __curPos; meta = with lib; oldAttrs.meta // { homepage = "https://aws.amazon.com/corretto"; license = licenses.gpl2Only; description = "Amazon's distribution of OpenJDK"; platforms = jdk.meta.platforms; mainProgram = "java"; maintainers = with maintainers; [ rollf ]; }; }) Loading
pkgs/development/compilers/corretto/mk-corretto.nix +5 −3 Original line number Diff line number Diff line Loading @@ -104,12 +104,14 @@ jdk.overrideAttrs (finalAttrs: oldAttrs: { }; }; meta = with lib; { # Some of the OpenJDK derivation set their `pos` by hand. We need to # overwrite this in order to point to Corretto, not OpenJDK. pos = __curPos; meta = with lib; oldAttrs.meta // { homepage = "https://aws.amazon.com/corretto"; license = licenses.gpl2Only; description = "Amazon's distribution of OpenJDK"; platforms = jdk.meta.platforms; mainProgram = "java"; maintainers = with maintainers; [ rollf ]; }; })