pkgs/*: remove unreferenced function arguments

This commit is contained in:
volth
2018-07-21 00:44:44 +00:00
parent 1a6af9f88e
commit 52f53c69ce
1540 changed files with 1554 additions and 1878 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, buildPackages, fetchurl, which, pkgconfig, texinfo, perl, guile, libxml2 }:
{ stdenv, buildPackages, fetchurl, which, pkgconfig, perl, guile, libxml2 }:
stdenv.mkDerivation rec {
name = "autogen-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, perl, autoconf, makeWrapper, doCheck ? false }:
{ stdenv, fetchurl, perl, autoconf, doCheck ? false }:
stdenv.mkDerivation rec {
name = "automake-1.16.1";

View File

@@ -1,6 +1,6 @@
{ stdenv, buildPackages
, fetchurl, zlib, autoreconfHook264
, buildPlatform, hostPlatform, targetPlatform
, hostPlatform, targetPlatform
, noSysDirs, gold ? true, bison ? null
}:

View File

@@ -1,5 +1,5 @@
{ stdenv, lib, fetchFromGitHub
, gcc-arm-embedded, bash, libftdi
, gcc-arm-embedded, libftdi
, python, pythonPackages
}:

View File

@@ -1,4 +1,4 @@
{ fetchurl, stdenv, cscope, tk, makeWrapper }:
{ fetchurl, stdenv, tk, makeWrapper }:
stdenv.mkDerivation rec {
name = "cbrowser-0.8";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchpatch, runCommand, perl, zlib, makeWrapper }:
{ stdenv, fetchurl, perl, zlib, makeWrapper }:
let ccache = stdenv.mkDerivation rec {
name = "ccache-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, makeWrapper
{ fetchFromGitHub, makeWrapper
, cmake, llvmPackages, ncurses }:
let

View File

@@ -1,4 +1,4 @@
{ pkgs, ctags, writeScriptBin }:
{ pkgs, ctags }:
with pkgs.stdenv.lib;

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, ncurses, gettext
{ stdenv, fetchurl, ncurses
, withLibrary ? false, libtool
, unicodeSupport ? true
}:

View File

@@ -1,7 +1,7 @@
{ stdenv
, fetchFromGitHub
, autoreconfHook
, findutils # for xargs
# for xargs
, gettext
, libtool
, makeWrapper

View File

@@ -1,5 +1,5 @@
{ fetchurl, stdenv, libtool, makeWrapper
, coreutils, ctags, ncurses, pythonPackages, sqlite, universal-ctags, pkgconfig
, coreutils, ctags, ncurses, pythonPackages, sqlite, universal-ctags
}:
stdenv.mkDerivation rec {

View File

@@ -1,9 +1,9 @@
{ stdenv, nix, perlPackages, buildEnv, releaseTools, fetchFromGitHub
, makeWrapper, autoconf, automake, libtool, unzip, pkgconfig, sqlite, libpqxx
, gitAndTools, mercurial, darcs, subversion, bazaar, openssl, bzip2, libxslt
, guile, perl, postgresql, aws-sdk-cpp, nukeReferences, git, boehmgc
, guile, perl, postgresql, nukeReferences, git, boehmgc
, docbook_xsl, openssh, gnused, coreutils, findutils, gzip, lzma, gnutar
, rpm, dpkg, cdrkit, fetchpatch, pixz }:
, rpm, dpkg, cdrkit, pixz }:
with stdenv;

View File

@@ -1,6 +1,6 @@
{ stdenv, fetchurl, pkgconfig, libdrm, libpciaccess, cairo, dri2proto, udev
, libX11, libXext, libXv, libXrandr, glib, bison, libunwind, python3, kmod
, procps, autoreconfHook, utilmacros, gnome2 }:
, procps, utilmacros, gnome2 }:
stdenv.mkDerivation rec {
name = "intel-gpu-tools-1.22";

View File

@@ -1,4 +1,4 @@
{ lib, buildGoPackage, go, fetchFromGitHub }:
{ lib, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "linuxkit-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchFromGitLab }:
{ stdenv, buildGoPackage, fetchFromGitLab }:
buildGoPackage rec {
name = "loccount-${version}";
version = "1.2";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, go, fetchFromGitHub }:
{ lib, buildGoPackage, fetchFromGitHub }:
with lib;

View File

@@ -1,4 +1,4 @@
{ lib, buildGoPackage, go, fetchFromGitHub }:
{ lib, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "moby-${version}";

View File

@@ -1,4 +1,4 @@
{stdenv, fetchurl, automake, libiconv, vanilla ? false }:
{stdenv, fetchurl, libiconv, vanilla ? false }:
with stdenv.lib;

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, unzip }:
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "stm32flash-0.5";

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, autoconf, automake, libtool, bison, pcre }:
{ stdenv, fetchFromGitHub, autoconf, automake, libtool, bison, pcre }:
stdenv.mkDerivation rec {
name = "swig-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, unzip, libusb, fetchgit }:
{ stdenv, unzip, libusb, fetchgit }:
let
version = "2.1";
in

View File

@@ -1,6 +1,6 @@
{stdenv, fetchFromGitHub, ocaml, findlib, camlp4, core_p4, async_p4, async_unix_p4
, re2_p4, async_extra_p4, sexplib_p4, async_shell, core_extended_p4, async_find
, cohttp, conduit, magic-mime, tzdata
, cohttp, conduit, magic-mime
}:
assert stdenv.lib.versionOlder "4.02" ocaml.version;