mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
dbus-java: use jdk8
This commit is contained in:
parent
5c542d1caf
commit
f3bef958dc
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue