openjdk: get rid of warning

This warning breaks tarball creation:

https://hydra.nixos.org/build/71825197/nixlog/1
This commit is contained in:
Matthew Justin Bauer 2018-03-23 20:43:32 -05:00 committed by GitHub
parent 23d0c17130
commit 3884d24466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,4 +155,4 @@ let result = stdenv.mkDerivation rec {
platforms = [ "x86_64-linux" ]; # some inherit jre.meta.platforms
};
}; in stdenv.lib.warn "Oracle JDK/JRE 9 is not updated anymore. Use 10." result
}; in result