about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2017-07-17 17:50:27 +0200
committerGitHub <noreply@github.com>2017-07-17 17:50:27 +0200
commit28b7d016ca66a3ba287bfc7c2aa7f25d618a63f2 (patch)
treecd2f1eb11a2ca2bdb3e230f732a223395b2efc55 /pkgs/applications/networking
parentf130ecdd304847fc7c0b182b97f1dfdc0b76a7d6 (diff)
parente564f16b7fc31462f9819099e99191baf703b38a (diff)
downloadnixlib-28b7d016ca66a3ba287bfc7c2aa7f25d618a63f2.tar
nixlib-28b7d016ca66a3ba287bfc7c2aa7f25d618a63f2.tar.gz
nixlib-28b7d016ca66a3ba287bfc7c2aa7f25d618a63f2.tar.bz2
nixlib-28b7d016ca66a3ba287bfc7c2aa7f25d618a63f2.tar.lz
nixlib-28b7d016ca66a3ba287bfc7c2aa7f25d618a63f2.tar.xz
nixlib-28b7d016ca66a3ba287bfc7c2aa7f25d618a63f2.tar.zst
nixlib-28b7d016ca66a3ba287bfc7c2aa7f25d618a63f2.zip
Merge pull request #27005 from jtojnar/fix/corebird-gst
gst_all_1.gst-plugins-bad: build gtksink plugin
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/corebird/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/corebird/default.nix b/pkgs/applications/networking/corebird/default.nix
index 86a93309b1f6..376c70f3f446 100644
--- a/pkgs/applications/networking/corebird/default.nix
+++ b/pkgs/applications/networking/corebird/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
 
   buildInputs = [
     gtk3 json_glib sqlite libsoup gettext vala_0_32 gnome3.rest gnome3.dconf gnome3.gspell glib_networking
-  ] ++ (with gst_all_1; [ gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-libav ]);
+  ] ++ (with gst_all_1; [ gstreamer gst-plugins-base gst-plugins-good (gst-plugins-bad.override { gtkSupport = true; }) gst-libav ]);
 
   meta = {
     description = "Native Gtk+ Twitter client for the Linux desktop";