openjdk: get rid of warning
This warning breaks tarball creation: https://hydra.nixos.org/build/71825197/nixlog/1
This commit is contained in:
parent
23d0c17130
commit
3884d24466
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user