corebird: gtkSupport moved to gst-plugins-good

This commit is contained in:
Bastian Köcher 2018-04-04 17:50:33 +02:00
parent e7410733f1
commit 853a086b6a

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
buildInputs = [
glib gtk3 json-glib sqlite libsoup gettext gnome3.dconf gnome3.gspell glib-networking
] ++ (with gst_all_1; [ gstreamer gst-plugins-base gst-plugins-good (gst-plugins-bad.override { gtkSupport = true; }) gst-libav ]);
] ++ (with gst_all_1; [ gstreamer gst-plugins-base gst-plugins-bad (gst-plugins-good.override { gtkSupport = true; }) gst-libav ]);
postPatch = ''
chmod +x data/meson_post_install.py # patchShebangs requires executable file