summary refs log tree commit diff
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
parent4924858c649af3c03222589657c11fbac35d6aee (diff)
downloadnixpkgs-392742146f847352f76a35df4b14f5669a234d11.tar
nixpkgs-392742146f847352f76a35df4b14f5669a234d11.tar.gz
nixpkgs-392742146f847352f76a35df4b14f5669a234d11.tar.bz2
nixpkgs-392742146f847352f76a35df4b14f5669a234d11.tar.lz
nixpkgs-392742146f847352f76a35df4b14f5669a234d11.tar.xz
nixpkgs-392742146f847352f76a35df4b14f5669a234d11.tar.zst
nixpkgs-392742146f847352f76a35df4b14f5669a234d11.zip
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.
-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 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