jitsi: use jdk8

gstqt5
Gabriel Ebner 2020-09-19 17:42:18 +02:00
parent ffc9f680e8
commit 0f75334612
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
{ stdenv, lib, fetchurl, makeDesktopItem, unzip, ant, jdk
{ stdenv, lib, fetchurl, makeDesktopItem, unzip, ant, jdk8
# Optional, Jitsi still runs without, but you may pass null:
, alsaLib, dbus, gtk2, libpulseaudio, openssl, xorg
}:
let jdk = jdk8; in
stdenv.mkDerivation rec {
pname = "jitsi";
version = "2.10.5550";