Skip to content

Commit

Permalink
oraclejdk: deprecate oraclejdk 10
Browse files Browse the repository at this point in the history
(cherry picked from commit 628fa1d)
  • Loading branch information
taku0 authored and fpletz committed Oct 11, 2018
1 parent e6630c9 commit 3cff2fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/compilers/oraclejdk/jdk10-linux.nix
Expand Up @@ -150,6 +150,7 @@ let result = stdenv.mkDerivation rec {
meta = with stdenv.lib; {
license = licenses.unfree;
platforms = [ "x86_64-linux" ]; # some inherit jre.meta.platforms
knownVulnerabilities = [ "Support ended in September 2018. Use OpenJDK or JDK 8." ];
};

}; in result

0 comments on commit 3cff2fb

Please sign in to comment.