lollypop: switch youtubeSupport dependency to yt-dlp

Fixes #326377
This commit is contained in:
21CSM
2024-07-11 23:30:46 -04:00
parent c1a19f9d96
commit c3aa859ebc
+1 -1
View File
@@ -70,7 +70,7 @@ python3.pkgs.buildPythonApplication rec {
propagatedBuildInputs = with python3.pkgs;
[ beautifulsoup4 pillow pycairo pygobject3 ]
++ lib.optional lastFMSupport pylast
++ lib.optional youtubeSupport youtube-dl
++ lib.optional youtubeSupport yt-dlp
++ lib.optional kid3Support pkgs.kid3;
postPatch = ''