summary refs log tree commit diff
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
parent23d0c1713064cfc7e9ba703e7515057c6c30d6dd (diff)
downloadnixlib-3884d24466c275bdef2e7d87a3dbf05d00684037.tar
nixlib-3884d24466c275bdef2e7d87a3dbf05d00684037.tar.gz
nixlib-3884d24466c275bdef2e7d87a3dbf05d00684037.tar.bz2
nixlib-3884d24466c275bdef2e7d87a3dbf05d00684037.tar.lz
nixlib-3884d24466c275bdef2e7d87a3dbf05d00684037.tar.xz
nixlib-3884d24466c275bdef2e7d87a3dbf05d00684037.tar.zst
nixlib-3884d24466c275bdef2e7d87a3dbf05d00684037.zip
openjdk: get rid of warning
This warning breaks tarball creation:

https://hydra.nixos.org/build/71825197/nixlog/1
-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 df0e295c3ed8..87f2e49b4431 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