nzbhydra2: use openjdk11

This commit is contained in:
Johannes Schleifenbaum 2021-05-04 15:56:21 +02:00
parent 8a249aa732
commit 47c033e55e
No known key found for this signature in database
GPG Key ID: 059093B1A278BCD0

View File

@ -7133,7 +7133,12 @@ in
nzbget = callPackage ../tools/networking/nzbget { };
nzbhydra2 = callPackage ../servers/nzbhydra2 { };
nzbhydra2 = callPackage ../servers/nzbhydra2 {
# You need Java (at least 8, at most 15)
# https://github.com/theotherp/nzbhydra2/issues/697
# https://github.com/theotherp/nzbhydra2/#how-to-run
jre = openjdk11;
};
oapi-codegen = callPackage ../tools/networking/oapi-codegen { };