From 88b80a6f734383b3a5a774b569cc88fef3e821ba Mon Sep 17 00:00:00 2001 From: boogewooge <56923667+boogewooge@users.noreply.github.com> Date: Thu, 12 May 2022 11:58:51 +0000 Subject: [PATCH] clementine: add gst-plugins-bad to buildInputs clementine: add gst-plugins-bad to buildInputs `gst-plugins-bad` is required to play internet radio streams in clementine. Specifically, this fixes the `No URI handler implemented for "http"` error when trying to play internet radio streams in clementine. --- pkgs/applications/audio/clementine/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/clementine/default.nix b/pkgs/applications/audio/clementine/default.nix index 10eabc5e32f..a7f58e0d68b 100644 --- a/pkgs/applications/audio/clementine/default.nix +++ b/pkgs/applications/audio/clementine/default.nix @@ -84,7 +84,7 @@ let gettext glew gst_all_1.gst-plugins-base - gst_all_1.gst-plugins-bad + gst_all_1.gst-plugins-bad gst_all_1.gstreamer gvfs libechonest