Merge pull request #119603 from petabyteboy/feature/kodi-jdk

kodi: use LTS jdk11
This commit is contained in:
Sandro 2021-04-16 13:50:37 +02:00 committed by GitHub
commit 262b73f8af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26833,7 +26833,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;