Make nixpkgs ready for gst_all attrset removal
svn path=/nixpkgs/trunk/; revision=33092
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user