Update dependencies of mopidy-youtube
This commit is contained in:
parent
830d8435da
commit
de6ebee180
|
@ -6,7 +6,7 @@ let
|
|||
# HACK Replace youtube-dl with yt-dlp in mopidy-youtube
|
||||
mopidy-youtube-yt_dlp = mopidy-youtube.overrideAttrs (old: rec {
|
||||
propagatedBuildInputs = old.propagatedBuildInputs
|
||||
++ [ python3.pkgs.yt-dlp python310Packages.ytmusicapi ];
|
||||
++ [ python3.pkgs.yt-dlp python3.pkgs.ytmusicapi ];
|
||||
});
|
||||
soundcloud_token = builtins.readFile ../secrets/soundcloud_token;
|
||||
|
||||
|
|
Loading…
Reference in New Issue