Make nixpkgs ready for gst_all attrset removal

svn path=/nixpkgs/trunk/; revision=33092
This commit is contained in:
Yury G. Kudryashov
2012-03-14 22:44:52 +00:00
parent 03875e0bce
commit fe1115caf4
26 changed files with 73 additions and 111 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, glib, gupnp_igd, gstreamer, gstPluginsBase }:
{ stdenv, fetchurl, pkgconfig, glib, gupnp_igd, gstreamer, gst_plugins_base }:
stdenv.mkDerivation rec {
name = "libnice-0.1.1";
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "0jcpb953jn7c3ng2vbkljybzh63x6mg4m6rjxj1s1iccm3fi6qki";
};
buildInputs = [ pkgconfig glib gupnp_igd gstreamer gstPluginsBase ];
buildInputs = [ pkgconfig glib gupnp_igd gstreamer gst_plugins_base ];
meta = {
homepage = http://nice.freedesktop.org/wiki/;