···153 meta = with stdenv.lib; {
154 license = licenses.unfree;
155 platforms = [ "x86_64-linux" ]; # some inherit jre.meta.platforms
0156 };
157158}; in result
···153 meta = with stdenv.lib; {
154 license = licenses.unfree;
155 platforms = [ "x86_64-linux" ]; # some inherit jre.meta.platforms
156+ knownVulnerabilities = [ "Support ended in September 2018. Use OpenJDK or JDK 8." ];
157 };
158159}; in result