adoptopenjdk-bin: mark meta.sourceProvenance

This commit is contained in:
FliegendeWurst
2022-06-13 18:55:15 +08:00
committed by Alexander Foremny
parent f92bbd5b0a
commit c08c35ced3
@@ -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 ];