Merge pull request #302501 from Jaculabilis/mopidy-youtube-dl-override

This commit is contained in:
Franz Pletz 2024-05-10 00:21:07 +02:00 committed by GitHub
commit 901fa83cc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@
, fetchFromGitHub
, python3
, mopidy
, extraPkgs ? pkgs: []
}:
python3.pkgs.buildPythonApplication rec {
@ -25,7 +26,7 @@ python3.pkgs.buildPythonApplication rec {
ytmusicapi
] ++ [
mopidy
];
] ++ extraPkgs pkgs;
nativeCheckInputs = with python3.pkgs; [
vcrpy