summary refs log tree commit diff
diff options
context:
space:
mode:
authorBastian Köcher <git@kchr.de>2018-04-04 17:50:33 +0200
committerBastian Köcher <git@kchr.de>2018-04-04 17:50:33 +0200
commit853a086b6a5bcc522e65405bd799649239f2ad59 (patch)
treedd245b800401af88b54efc276995811d707f8a3c
parente7410733f1520fcd8de57ec68e8b8ffcccbfdcfe (diff)
downloadnixlib-853a086b6a5bcc522e65405bd799649239f2ad59.tar
nixlib-853a086b6a5bcc522e65405bd799649239f2ad59.tar.gz
nixlib-853a086b6a5bcc522e65405bd799649239f2ad59.tar.bz2
nixlib-853a086b6a5bcc522e65405bd799649239f2ad59.tar.lz
nixlib-853a086b6a5bcc522e65405bd799649239f2ad59.tar.xz
nixlib-853a086b6a5bcc522e65405bd799649239f2ad59.tar.zst
nixlib-853a086b6a5bcc522e65405bd799649239f2ad59.zip
corebird: gtkSupport moved to gst-plugins-good
-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 216569cc8210..56947d6650e4 100644
--- a/pkgs/applications/networking/corebird/default.nix
+++ b/pkgs/applications/networking/corebird/default.nix
@@ -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