Merge pull request #121697 from jojosch/nzbhydra2-jre

nzbhydra2: use openjdk11
This commit is contained in:
Sandro 2021-05-08 21:31:09 +02:00 committed by GitHub
commit 540680f657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7137,7 +7137,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 { };