* gstreamer updated to 0.10.35.

svn path=/nixpkgs/branches/kde-4.7/; revision=27631
This commit is contained in:
Eelco Dolstra
2011-07-07 17:25:31 +00:00
parent eedbc3ce5a
commit fdf7a586a5
3 changed files with 8 additions and 10 deletions
@@ -1,9 +1,7 @@
{ callPackage, pkgs }:
{ callPackage }:
rec {
gstreamer = callPackage ./gstreamer {
flex = pkgs.flex2535;
};
gstreamer = callPackage ./gstreamer { };
gstPluginsBase = callPackage ./gst-plugins-base { };