From 392742146f847352f76a35df4b14f5669a234d11 Mon Sep 17 00:00:00 2001 From: boogewooge <56923667+boogewooge@users.noreply.github.com> Date: Thu, 12 May 2022 11:52:52 +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 a7f58e0d68b..10eabc5e32f 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