1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

Merge pull request #71343 from volth/patch-370

oraclejdk8: remove warning
This commit is contained in:
Matthew Bauer 2019-11-07 17:26:15 -05:00 committed by GitHub
commit caae35b610
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -201,4 +201,4 @@ let result = stdenv.mkDerivation rec {
platforms = [ "i686-linux" "x86_64-linux" "armv7l-linux" "aarch64-linux" ]; # some inherit jre.meta.platforms
};
}; 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
}; in result