azureus: use jdk8

gstqt5
Gabriel Ebner 2020-09-19 17:57:21 +02:00
parent 94b17d9694
commit 70bc8cdd3f
1 changed files with 4 additions and 1 deletions

View File

@ -1272,7 +1272,10 @@ in
inherit (darwin.apple_sdk.frameworks) IOKit;
};
azureus = callPackage ../tools/networking/p2p/azureus { };
azureus = callPackage ../tools/networking/p2p/azureus {
jdk = jdk8;
swt = swt_jdk8;
};
b3sum = callPackage ../tools/security/b3sum {};