Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
oraclejdk: deprecate oraclejdk 10
Browse files Browse the repository at this point in the history
  • Loading branch information
taku0 authored and fpletz committed Oct 11, 2018
1 parent a1802fc commit 628fa1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/compilers/oraclejdk/jdk10-linux.nix
Original file line number Diff line number Diff line change
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 628fa1d

Please sign in to comment.