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, fetchurl, bash, callPackage, makeWrapper
{ stdenv, fetchurl, callPackage, makeWrapper
, clang, llvm, which, libcgroup
}:

View File

@@ -1,5 +1,5 @@
{ stdenv, fetchurl, python2, zlib, pkgconfig, glib, ncurses, perl
, attr, libcap, vde2, alsaLib, texinfo, libuuid, flex, bison, lzo, snappy
, attr, libcap, vde2, texinfo, libuuid, flex, bison, lzo, snappy
, libaio, libcap_ng, gnutls, pixman, autoconf
, writeText
}:

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchFromGitHub, pkgs }:
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "cfssl-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, pkgconfig, openssl, makeWrapper, python, coreutils }:
{ stdenv, lib, fetchFromGitHub, openssl, makeWrapper, python, coreutils }:
stdenv.mkDerivation rec {
name = "cipherscan-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchpatch, pkgconfig
{ stdenv, fetchurl, pkgconfig
, zlib, bzip2, libiconv, libxml2, openssl, ncurses, curl, libmilter, pcre2
, libmspack, systemd
}:

View File

@@ -1,6 +1,5 @@
{ lib
, pythonPackages
, fetchpatch
}:
with pythonPackages;

View File

@@ -1,7 +1,7 @@
{stdenv, system, fetchurl, dpkg, openssl, xorg
, glib, libGLU_combined, libpulseaudio, zlib, dbus, fontconfig, freetype
, gtk2, pango, atk, cairo, gdk_pixbuf, jasper, xkeyboardconfig
, makeWrapper , makeDesktopItem, python, pythonPackages, lib
, makeWrapper , python, pythonPackages, lib
, libredirect, lsof}:
let

View File

@@ -1,4 +1,4 @@
{ fetchurl, fetchpatch, stdenv, pkgconfig, libgcrypt, libassuan, libksba
{ fetchurl, stdenv, pkgconfig, libgcrypt, libassuan, libksba
, libiconv, npth, gettext, texinfo, pcsclite, sqlite
# Each of the dependencies below are optional.

View File

@@ -1,4 +1,4 @@
{ fetchurl, makeWrapper, patchelf, pkgs, stdenv, libXft, libX11, freetype, fontconfig, libXrender, libXScrnSaver, libXext }:
{ fetchurl, makeWrapper, patchelf, stdenv, libXft, libX11, freetype, fontconfig, libXrender, libXScrnSaver, libXext }:
stdenv.mkDerivation rec {
name = "gorilla-bin-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, pythonPackages, openssh, gnupg, unbound, libreswan }:
{ stdenv, fetchFromGitHub, pythonPackages, unbound, libreswan }:
let
inherit (pythonPackages) python;

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchFromGitHub }:
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "hologram-2018-03-19";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, gradle_2_5, perl, makeWrapper, jre, makeDesktopItem, writeShellScriptBin, writeText }:
{ stdenv, fetchurl, gradle_2_5, perl, makeWrapper, jre, makeDesktopItem, writeText }:
let
version = "1.4.0";

View File

@@ -1,5 +1,5 @@
{ stdenv, fetchurl, openssl, nss, nspr, kerberos, gmp, zlib, libpcap, re2
, writeText, gcc, pythonPackages, perl, perlPackages, makeWrapper
, gcc, pythonPackages, perl, perlPackages, makeWrapper
}:
with stdenv.lib;

View File

@@ -1,6 +1,6 @@
{ stdenv, fetchurl, buildFHSUserEnv, writeTextFile, alsaLib, atk, cairo, cups
{ stdenv, fetchurl, alsaLib, atk, cairo, cups
, dbus, expat, fontconfig, freetype, gcc, gdk_pixbuf, glib, gnome2, gtk3
, libnotify, nspr, nss, pango, systemd, xorg, utillinuxMinimal }:
, libnotify, nspr, nss, pango, systemd, xorg }:
let
libPath = stdenv.lib.makeLibraryPath [

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, pkgs, fetchurl, fetchFromGitHub, buildEnv
{ stdenv, lib, pkgs, fetchurl, buildEnv
, coreutils, gnused, getopt, git, tree, gnupg, which, procps, qrencode
, makeWrapper

View File

@@ -1,4 +1,4 @@
{ fetchurl, stdenv, fetchFromGitHub, xcbuildHook, libiconv, Cocoa, ncurses }:
{ stdenv, fetchFromGitHub, xcbuildHook, libiconv, Cocoa, ncurses }:
stdenv.mkDerivation rec {
name = "pinentry-mac-0.9.4";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, fetchpatch
{ stdenv, fetchFromGitHub
, cmake, ccid, qttools, qttranslations
, pkgconfig, pcsclite, hicolor-icon-theme
}:

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, patchelf }:
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "ssdeep-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, makeWrapper, python2Packages, fetchFromGitHub, python2 }:
{ stdenv, makeWrapper, python2Packages, fetchFromGitHub }:
stdenv.mkDerivation rec {
pname = "theHarvester";

View File

@@ -1,6 +1,5 @@
{ lib
, writeScript
, runCommand
, common-updater-scripts
, bash
, coreutils

View File

@@ -1,4 +1,4 @@
{ stdenv, pythonPackages, fetchurl, callPackage, nix, ronn }:
{ stdenv, pythonPackages, nix, ronn }:
pythonPackages.buildPythonApplication rec {
pname = "vulnix";