diff options
| author | 21CSM <81891917+21CSM@users.noreply.github.com> | 2024-07-11 23:30:46 -0400 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-08-06 09:15:40 +0000 |
| commit | 7c938ff2f7c15d7e6d58fc80ddece31da315dc25 (patch) | |
| tree | 66950b77c05699c0918c2ebf93b2c3e655d46ede | |
| parent | Merge pull request #332653 from NixOS/backport-330857-to-release-24.05 (diff) | |
| download | nixpkgs-origin/backport-326444-to-release-24.05.tar.gz | |
lollypop: switch youtubeSupport dependency to yt-dlporigin/backport-326444-to-release-24.05
Fixes #326377
(cherry picked from commit c3aa859ebcd96a40141e08be64e17bb2d4a2da08)
| -rw-r--r-- | pkgs/applications/audio/lollypop/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/lollypop/default.nix b/pkgs/applications/audio/lollypop/default.nix index 1b833425610d..71cd10428653 100644 --- a/pkgs/applications/audio/lollypop/default.nix +++ b/pkgs/applications/audio/lollypop/default.nix @@ -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 = '' |
