oraclejdk: add warning message about future udpates
This commit is contained in:
parent
11fbd8299d
commit
dda9edce1d
1 changed files with 1 additions and 1 deletions
|
@ -199,4 +199,4 @@ let result = stdenv.mkDerivation rec {
|
|||
platforms = [ "i686-linux" "x86_64-linux" "armv7l-linux" "aarch64-linux" ]; # some inherit jre.meta.platforms
|
||||
};
|
||||
|
||||
}; in result
|
||||
}; in stdenv.lib.trivial.warn "Public updates for Oracle Java SE 8 released after January 2019 will not be available for business, commercial or production use without a commercial license. See https://java.com/en/download/release_notice.jsp for more information." result
|
||||
|
|
Loading…
Reference in a new issue