mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
Merge pull request #119603 from petabyteboy/feature/kodi-jdk
kodi: use LTS jdk11
This commit is contained in:
commit
262b73f8af
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue