a
This commit is contained in:
parent
ab14cb7def
commit
1e96e79e9e
|
@ -52,6 +52,7 @@ in
|
|||
inherit (pkgs) linux_rpi5 raspberrypifw raspberrypiWirelessFirmware raspberrypi-utils;
|
||||
inherit (pkgs) widevine-aarch64-4k widevine-aarch64-16k;
|
||||
kodiPackages = {inherit (pkgs.kodiPackages) inputstream-adaptive;};
|
||||
inherit (pkgs) kodi-test;
|
||||
|
||||
inherit (inputs.home-manager-unstable.packages."${system}") home-manager;
|
||||
};
|
||||
|
|
|
@ -79,7 +79,7 @@ final: prev: rec {
|
|||
});
|
||||
});
|
||||
|
||||
kodi-test = pkgs.kodi-wayland.withPackages (kodiPkgs:
|
||||
kodi-test = final.kodi-wayland.withPackages (kodiPkgs:
|
||||
with kodiPkgs; [
|
||||
pvr-iptvsimple
|
||||
inputstreamhelper
|
||||
|
|
Loading…
Reference in a new issue