Merge pull request #326444 from 21CSM/lollypop-switch-to-yt-dlp

This commit is contained in:
Sandro
2024-07-17 10:41:07 +02:00
committed by GitHub
+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 = ''