kodi.packages.netflix: add inputstream-adaptive dependency
This commit is contained in:
parent
d9b776a3a2
commit
e3e54e6001
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
{ lib, buildKodiAddon, fetchFromGitHub, signals, inputstreamhelper, requests, myconnpy }:
|
||||
{ lib, buildKodiAddon, fetchFromGitHub, signals, inputstream-adaptive, inputstreamhelper, requests, myconnpy }:
|
||||
|
||||
buildKodiAddon rec {
|
||||
pname = "netflix";
|
||||
namespace = "plugin.video.netflix";
|
||||
|
@ -13,6 +14,7 @@ buildKodiAddon rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
signals
|
||||
inputstream-adaptive
|
||||
inputstreamhelper
|
||||
requests
|
||||
myconnpy
|
||||
|
|
Loading…
Reference in a new issue