oraclejdk: deprecate oraclejdk 10
This commit is contained in:
parent
a1802fc115
commit
628fa1d50f
@ -150,6 +150,7 @@ let result = stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
platforms = [ "x86_64-linux" ]; # some inherit jre.meta.platforms
|
platforms = [ "x86_64-linux" ]; # some inherit jre.meta.platforms
|
||||||
|
knownVulnerabilities = [ "Support ended in September 2018. Use OpenJDK or JDK 8." ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}; in result
|
}; in result
|
||||||
|
Loading…
x
Reference in New Issue
Block a user