adoptopenjdk-bin: mark meta.sourceProvenance

This commit is contained in:
FliegendeWurst 2022-06-01 10:01:19 +02:00 committed by Alexander Foremny
parent f92bbd5b0a
commit c08c35ced3

View file

@ -112,6 +112,7 @@ let result = stdenv.mkDerivation rec {
meta = with lib; {
license = licenses.gpl2Classpath;
sourceProvenance = with sourceTypes; [ binaryNativeCode binaryBytecode ];
description = "AdoptOpenJDK, prebuilt OpenJDK binary";
platforms = lib.mapAttrsToList (arch: _: arch + "-linux") sourcePerArch; # some inherit jre.meta.platforms
maintainers = with lib.maintainers; [ taku0 ];