Use release version of mopidy-youtube
This commit is contained in:
parent
9bf57ae6e2
commit
58f36e85e7
|
@ -5,12 +5,6 @@ with pkgs;
|
|||
let
|
||||
# HACK Replace youtube-dl with yt-dlp in mopidy-youtube
|
||||
mopidy-youtube-yt_dlp = mopidy-youtube.overrideAttrs (old: rec {
|
||||
src = python3Packages.fetchPypi {
|
||||
version = "3.6";
|
||||
pname = "Mopidy-YouTube";
|
||||
sha256 = "sha256-92tJpCu0S79Z1yYaQUnNMxN1rD+8Wr0rtt4GVnldZ9A=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = old.propagatedBuildInputs
|
||||
++ [ python3.pkgs.yt-dlp ];
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue