mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
kodi.packages.invidious: add missing infotagger dependency
This commit is contained in:
parent
61f95814d3
commit
ee947a38e2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user