dbus-java: use jdk8

This commit is contained in:
Gabriel Ebner 2020-09-19 17:34:40 +02:00
parent 5c542d1caf
commit f3bef958dc

View file

@ -1,5 +1,6 @@
{stdenv, fetchurl, gettext, jdk, libmatthew_java}:
{stdenv, fetchurl, gettext, jdk8, libmatthew_java}:
let jdk = jdk8; in
stdenv.mkDerivation {
name = "dbus-java-2.7";
src = fetchurl {