about summary refs log tree commit diff
path: root/pkgs/applications/audio/clementine
diff options
context:
space:
mode:
authorboogewooge <56923667+boogewooge@users.noreply.github.com>2022-05-12 11:52:52 +0000
committerGitHub <noreply@github.com>2022-05-12 11:52:52 +0000
commit392742146f847352f76a35df4b14f5669a234d11 (patch)
tree7e2bdfc8520443625be0e038bbdff39bb62819f5 /pkgs/applications/audio/clementine
parent4924858c649af3c03222589657c11fbac35d6aee (diff)
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.
Diffstat (limited to 'pkgs/applications/audio/clementine')
-rw-r--r--pkgs/applications/audio/clementine/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/clementine/default.nix b/pkgs/applications/audio/clementine/default.nix
index a7f58e0d68bb6..10eabc5e32fce 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