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:16:56 +0000
committerGitHub <noreply@github.com>2022-05-12 11:16:56 +0000
commit4924858c649af3c03222589657c11fbac35d6aee (patch)
treee8fcf80176d5b523a89d35cf7c39b6a875f0a567 /pkgs/applications/audio/clementine
parent41ff747f882914c1f8c233207ce280ac9d0c867f (diff)
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.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/clementine/default.nix b/pkgs/applications/audio/clementine/default.nix
index 3c9e35c8726bb..a7f58e0d68bb6 100644
--- a/pkgs/applications/audio/clementine/default.nix
+++ b/pkgs/applications/audio/clementine/default.nix
@@ -84,6 +84,7 @@ let
     gettext
     glew
     gst_all_1.gst-plugins-base
+    gst_all_1.gst-plugins-bad
     gst_all_1.gstreamer
     gvfs
     libechonest