kodi: use LTS jdk11

This commit is contained in:
Milan Pässler 2021-04-16 11:25:50 +02:00
parent 982bdad584
commit a26f8d20ea
No known key found for this signature in database
GPG Key ID: A6DC6A7CB0B97859

View File

@ -26831,7 +26831,9 @@ in
kodiPackages = recurseIntoAttrs (kodi.packages);
kodi = callPackage ../applications/video/kodi { };
kodi = callPackage ../applications/video/kodi {
jre_headless = jdk11_headless;
};
kodi-wayland = callPackage ../applications/video/kodi {
waylandSupport = true;