Unverified Commit c3aa859e authored by 21CSM's avatar 21CSM
Browse files

lollypop: switch youtubeSupport dependency to yt-dlp

Fixes #326377
parent c1a19f9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = ''