gst-plugins-good: align attrname with pkgname

This commit is contained in:
Bjørn Forsman
2017-02-27 12:16:26 +01:00
committed by Robin Gloster
parent 4b2c7fe3d1
commit 0591cd607b
11 changed files with 24 additions and 23 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, makeDesktopItem
, libXrender, libX11, libXext, libXt, alsaLib, dbus, dbus_glib, glib, gtk2
, atk, pango, freetype, fontconfig, gdk_pixbuf, cairo, zlib
, gstreamer, gst_plugins_base, gst_plugins_good, gst-ffmpeg, gmp, ffmpeg
, gstreamer, gst_plugins_base, gst-plugins-good, gst-ffmpeg, gmp, ffmpeg
, libpulseaudio
, mediaSupport ? false
}:
@@ -16,7 +16,7 @@ let
]);
# Ignored if !mediaSupport
gstPlugins = [ gstreamer gst_plugins_base gst_plugins_good gst-ffmpeg ];
gstPlugins = [ gstreamer gst_plugins_base gst-plugins-good gst-ffmpeg ];
gstPluginsPath = stdenv.lib.concatMapStringsSep ":" (x:
"${x}/lib/gstreamer-0.10") gstPlugins;