pkgs/*: remove unreferenced function arguments

This commit is contained in:
volth
2018-07-21 02:48:04 +00:00
parent 1a6af9f88e
commit 52f53c69ce
1540 changed files with 1554 additions and 1878 deletions
@@ -1,4 +1,4 @@
{stdenv, fetchgit, mercurial, coreutils, git, makeWrapper, subversion}:
{stdenv, fetchgit, mercurial, makeWrapper, subversion}:
with stdenv.lib;
stdenv.mkDerivation {
@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }:
{ stdenv, buildGoPackage, fetchgit }:
buildGoPackage rec {
name = "git-annex-remote-b2-${version}";
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, pythonPackages, makeWrapper, gettext, git }:
{ stdenv, fetchFromGitHub, pythonPackages, gettext, git }:
let
inherit (pythonPackages) buildPythonApplication pyqt5 sip pyinotify python mock;
@@ -1,7 +1,6 @@
{ stdenv
, fetchFromGitHub
, openssl
, gcc
, zlib
, libssh
, cmake
@@ -1,4 +1,4 @@
{ stdenv, bundlerEnv, ruby, fetchFromGitHub, makeWrapper, bundler }:
{ stdenv, bundlerEnv, ruby }:
bundlerEnv rec {
inherit ruby;
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, docutils, gitMinimal, python2Packages }:
{ stdenv, fetchFromGitHub, gitMinimal, python2Packages }:
stdenv.mkDerivation rec {
name = "git-hub-${version}";
@@ -1,4 +1,4 @@
{ stdenv, buildGoPackage, fetchFromGitHub, go, ronn, ruby, groff, Security, utillinux }:
{ stdenv, buildGoPackage, fetchFromGitHub, ronn, ruby, groff, Security, utillinux }:
buildGoPackage rec {
name = "hub-${version}";
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, fetchpatch, qmake, qtbase, qttools, subversion, apr }:
{ stdenv, fetchFromGitHub, qmake, qtbase, qttools, subversion, apr }:
let
version = "1.0.12";