lol

adoptopenjdk-bin: mark meta.sourceProvenance

authored by

FliegendeWurst and committed by
Alexander Foremny
c08c35ce f92bbd5b

+1
+1
pkgs/development/compilers/adoptopenjdk-bin/jdk-linux-base.nix
··· 112 112 113 113 meta = with lib; { 114 114 license = licenses.gpl2Classpath; 115 + sourceProvenance = with sourceTypes; [ binaryNativeCode binaryBytecode ]; 115 116 description = "AdoptOpenJDK, prebuilt OpenJDK binary"; 116 117 platforms = lib.mapAttrsToList (arch: _: arch + "-linux") sourcePerArch; # some inherit jre.meta.platforms 117 118 maintainers = with lib.maintainers; [ taku0 ];