summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgs/applications/audio/lollypop/default.nix2
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 = ''