kodi{-wayland,-gbm}: use LTS jdk11 (#119611)

This commit is contained in:
Milan 2021-04-17 00:38:33 +02:00 committed by GitHub
parent f6cb5894db
commit 0aa8f9e520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26843,10 +26843,12 @@ in
};
kodi-wayland = callPackage ../applications/video/kodi {
jre_headless = jdk11_headless;
waylandSupport = true;
};
kodi-gbm = callPackage ../applications/video/kodi {
jre_headless = jdk11_headless;
gbmSupport = true;
};