Merge pull request #302501 from Jaculabilis/mopidy-youtube-dl-override
This commit is contained in:
commit
901fa83cc0
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, python3
|
, python3
|
||||||
, mopidy
|
, mopidy
|
||||||
|
, extraPkgs ? pkgs: []
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
|
@ -25,7 +26,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
ytmusicapi
|
ytmusicapi
|
||||||
] ++ [
|
] ++ [
|
||||||
mopidy
|
mopidy
|
||||||
];
|
] ++ extraPkgs pkgs;
|
||||||
|
|
||||||
nativeCheckInputs = with python3.pkgs; [
|
nativeCheckInputs = with python3.pkgs; [
|
||||||
vcrpy
|
vcrpy
|
||||||
|
|
Loading…
Reference in a new issue