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,6 +1,6 @@
|
||||
{ fetchurl, stdenv, pkgconfig, libdaemon, dbus, perl, perlXMLParser
|
||||
, expat, gettext, intltool, glib, gtk, qt4 ? null, lib
|
||||
, qt4Support ? false, ...}:
|
||||
, qt4Support ? false }:
|
||||
|
||||
assert qt4Support -> qt4 != null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user