Unverified Commit f322e8f2 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

parents 16af52ed c3aa859e
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 = ''