mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 21:44:49 +00:00
kodi{-wayland,-gbm}: use LTS jdk11 (#119611)
This commit is contained in:
parent
f6cb5894db
commit
0aa8f9e520
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user