corebird: fix video playback

Corebird requires gst-plugins-bad compiled with GTK support to play
videos.

This commit enables the GTK support.
This commit is contained in:
Jan Tojnar 2017-07-17 15:51:20 +02:00
parent 0edae74119
commit e564f16b7f
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -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";