Cleaned up the unspecified-extra-argument calls where there is no way to access extra arguments. Tarball and full instantiation checks passed.
svn path=/nixpkgs/trunk/; revision=22539
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ fetchurl, stdenv, pkgconfig, gstPluginsBase, bzip2, ... }:
|
||||
{ fetchurl, stdenv, pkgconfig, gstPluginsBase, bzip2 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gst-ffmpeg-0.10.9";
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ fetchurl, stdenv, pkgconfig, python, gstreamer
|
||||
, libX11, libXv, libXext, alsaLib, cdparanoia , libogg
|
||||
, libtheora, libvorbis, freetype, pango
|
||||
, liboil, gtk, which, gtkdoc, ... }:
|
||||
, liboil, gtk, which, gtkdoc }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gst-plugins-base-0.10.26";
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ fetchurl, stdenv, pkgconfig, gstPluginsBase, aalib, cairo
|
||||
, flac , hal, libjpeg, zlib, speex, libpng, libdv, libcaca, dbus
|
||||
, libiec61883, libavc1394, ladspaH, taglib, gdbm, pulseaudio
|
||||
, libsoup, libcap, libtasn1, ...
|
||||
, libsoup, libcap, libtasn1
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{ fetchurl, stdenv, perl, bison, flex, pkgconfig, python
|
||||
, which, gtkdoc, glib, libxml2, ... }:
|
||||
, which, gtkdoc, glib, libxml2 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gstreamer-0.10.26";
|
||||
|
||||
Reference in New Issue
Block a user