adoptopenjdk-{13,14}: mark insecure

This commit is contained in:
Robert Hensing
2021-03-19 16:37:16 +01:00
parent 7ea4ee71c9
commit 641aa9e27d
12 changed files with 44 additions and 42 deletions
@@ -1,4 +1,4 @@
sourcePerArch:
{ sourcePerArch, knownVulnerabilities ? [] }:
{ swingSupport ? true # not used for now
, lib, stdenv
@@ -48,6 +48,7 @@ let cpuName = stdenv.hostPlatform.parsed.cpu.name;
description = "AdoptOpenJDK, prebuilt OpenJDK binary";
platforms = [ "x86_64-darwin" ]; # some inherit jre.meta.platforms
maintainers = with lib.maintainers; [ taku0 ];
inherit knownVulnerabilities;
};
}; in result