From 3884d24466c275bdef2e7d87a3dbf05d00684037 Mon Sep 17 00:00:00 2001 From: Matthew Justin Bauer Date: Fri, 23 Mar 2018 20:43:32 -0500 Subject: [PATCH] openjdk: get rid of warning This warning breaks tarball creation: https://hydra.nixos.org/build/71825197/nixlog/1 --- pkgs/development/compilers/oraclejdk/jdk9-linux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/oraclejdk/jdk9-linux.nix b/pkgs/development/compilers/oraclejdk/jdk9-linux.nix index df0e295c3ed..87f2e49b443 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