summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-04-04 18:34:40 +0200
committerGitHub <noreply@github.com>2018-04-04 18:34:40 +0200
commitc490b0550715ca0b76258c27ccf4b24b85b7fb87 (patch)
tree4e46731791c52785421cbb3a9bbeebafa8420dbe /pkgs/applications/networking
parenta4581f521dac24e44e83def0335457e3caba7e04 (diff)
parent853a086b6a5bcc522e65405bd799649239f2ad59 (diff)
downloadnixlib-c490b0550715ca0b76258c27ccf4b24b85b7fb87.tar
nixlib-c490b0550715ca0b76258c27ccf4b24b85b7fb87.tar.gz
nixlib-c490b0550715ca0b76258c27ccf4b24b85b7fb87.tar.bz2
nixlib-c490b0550715ca0b76258c27ccf4b24b85b7fb87.tar.lz
nixlib-c490b0550715ca0b76258c27ccf4b24b85b7fb87.tar.xz
nixlib-c490b0550715ca0b76258c27ccf4b24b85b7fb87.tar.zst
nixlib-c490b0550715ca0b76258c27ccf4b24b85b7fb87.zip
Merge pull request #38149 from bkchr/gst_1_14_0
Updates gstreamer and plugins to 1.14.0
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 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