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
+2 -2
View File
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, dbus, glib, libusb, alsaLib, python, makeWrapper
, pythonDBus, pygobject, gst_all, readline, libsndfile }:
, pythonDBus, pygobject, readline, libsndfile }:
assert stdenv.isLinux;
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
readline libsndfile
# Disables GStreamer; not clear what it gains us other than a
# zillion extra dependencies.
# gst_all.gstreamer gst_all.gstPluginsBase
# gstreamer gst_plugins_base
];
configureFlags = "--localstatedir=/var --enable-cups";