kodi.packages.invidious: add missing infotagger dependency

(cherry picked from commit ee947a38e2)
This commit is contained in:
Aaron Andersen 2024-05-27 20:21:08 -04:00 committed by github-actions[bot]
parent 064b8bf531
commit 512a3fd04a

View File

@ -1,4 +1,4 @@
{ lib, rel, buildKodiAddon, fetchzip, addonUpdateScript, requests, inputstream-adaptive, inputstreamhelper }:
{ lib, rel, buildKodiAddon, fetchzip, addonUpdateScript, infotagger, requests, inputstream-adaptive, inputstreamhelper }:
buildKodiAddon rec {
pname = "invidious";
@ -11,6 +11,7 @@ buildKodiAddon rec {
};
propagatedBuildInputs = [
infotagger
requests
inputstream-adaptive
inputstreamhelper