kodiPackages: rename plugins.nix to packages.nix
This commit is contained in:
parent
917f7efdc5
commit
3a70d376fe
@ -26264,7 +26264,7 @@ in
|
|||||||
useGbm = true;
|
useGbm = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
kodiPackages = recurseIntoAttrs (callPackage ../applications/video/kodi/plugins.nix {});
|
kodiPackages = recurseIntoAttrs (callPackage ../applications/video/kodi/packages.nix {});
|
||||||
|
|
||||||
kodi = wrapKodi {
|
kodi = wrapKodi {
|
||||||
kodi = kodiPlain;
|
kodi = kodiPlain;
|
||||||
|
Loading…
Reference in New Issue
Block a user