adoptopenjdk-bin: mark meta.sourceProvenance
This commit is contained in:
parent
f92bbd5b0a
commit
c08c35ced3
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue