opentsdb: use jdk8

This commit is contained in:
Gabriel Ebner 2020-09-19 17:43:55 +02:00
parent 6eab2acc6a
commit 0fc9ad9622

View file

@ -1,8 +1,8 @@
{ stdenv, autoconf, automake, curl, fetchurl, jdk, jre, makeWrapper, nettools
{ stdenv, autoconf, automake, curl, fetchurl, jdk8, makeWrapper, nettools
, python, git
}:
with stdenv.lib;
let jdk = jdk8; jre = jdk8.jre; in
stdenv.mkDerivation rec {
pname = "opentsdb";