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:
Michael Raskin
2010-07-08 19:22:50 +00:00
parent 874b619180
commit 7c5e566c5c
19 changed files with 18 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, perl, ...}:
{ stdenv, fetchurl, perl }:
let
opensslCrossSystem = stdenv.lib.attrByPath [ "openssl" "system" ]