about summary refs log tree commit diff
path: root/pkgs/development/compilers/oraclejdk
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-03-23 20:43:32 -0500
committerGitHub <noreply@github.com>2018-03-23 20:43:32 -0500
commit3884d24466c275bdef2e7d87a3dbf05d00684037 (patch)
tree73582572603cfb5dd556f2105e061739b8d9b243 /pkgs/development/compilers/oraclejdk
parent23d0c1713064cfc7e9ba703e7515057c6c30d6dd (diff)
openjdk: get rid of warning
This warning breaks tarball creation:

https://hydra.nixos.org/build/71825197/nixlog/1
Diffstat (limited to 'pkgs/development/compilers/oraclejdk')
-rw-r--r--pkgs/development/compilers/oraclejdk/jdk9-linux.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/oraclejdk/jdk9-linux.nix b/pkgs/development/compilers/oraclejdk/jdk9-linux.nix
index df0e295c3ed80..87f2e49b4431b 100644
--- a/pkgs/development/compilers/oraclejdk/jdk9-linux.nix
+++ b/pkgs/development/compilers/oraclejdk/jdk9-linux.nix
@@ -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