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:
@@ -4,7 +4,6 @@
|
||||
, xcbSupport ? false
|
||||
, stdenv, fetchurl, pkgconfig, x11, fontconfig, freetype
|
||||
, zlib, libpng, pixman, libxcb ? null, xcbutil ? null
|
||||
, ...
|
||||
}:
|
||||
|
||||
assert postscriptSupport -> zlib != null;
|
||||
|
||||
Reference in New Issue
Block a user