Move ytmusicapi to mopidy-youtube build inputs
This commit is contained in:
parent
771100bc54
commit
650d0fd68e
|
@ -6,7 +6,7 @@ let
|
||||||
# HACK Replace youtube-dl with yt-dlp in mopidy-youtube
|
# HACK Replace youtube-dl with yt-dlp in mopidy-youtube
|
||||||
mopidy-youtube-yt_dlp = mopidy-youtube.overrideAttrs (old: rec {
|
mopidy-youtube-yt_dlp = mopidy-youtube.overrideAttrs (old: rec {
|
||||||
propagatedBuildInputs = old.propagatedBuildInputs
|
propagatedBuildInputs = old.propagatedBuildInputs
|
||||||
++ [ python3.pkgs.yt-dlp ];
|
++ [ python3.pkgs.yt-dlp python310Packages.ytmusicapi ];
|
||||||
});
|
});
|
||||||
latest-mopidy-somafm = mopidy-somafm.overrideAttrs (old: rec {
|
latest-mopidy-somafm = mopidy-somafm.overrideAttrs (old: rec {
|
||||||
src = python3Packages.fetchPypi {
|
src = python3Packages.fetchPypi {
|
||||||
|
@ -59,7 +59,6 @@ in {
|
||||||
mopidy-bandcamp
|
mopidy-bandcamp
|
||||||
latest-mopidy-somafm
|
latest-mopidy-somafm
|
||||||
latest-mopidy-soundcloud
|
latest-mopidy-soundcloud
|
||||||
python310Packages.ytmusicapi
|
|
||||||
];
|
];
|
||||||
configuration = ''
|
configuration = ''
|
||||||
[audio]
|
[audio]
|
||||||
|
|
Loading…
Reference in New Issue