kodiPackages: rename plugins.nix to packages.nix

This commit is contained in:
Aaron Andersen
2021-03-11 20:35:54 -05:00
parent 917f7efdc5
commit 3a70d376fe
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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;