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 -1
View File
@@ -1,5 +1,5 @@
# This file was generated by go2nix.
{ stdenv, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }:
{ stdenv, buildGoPackage, fetchgit }:
buildGoPackage rec {
name = "codesearch-${version}";
+1 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, perl, groff
{ stdenv, fetchurl, perl
, ghostscript #for postscript and html output
, psutils, netpbm #for html output
, buildPackages
@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchFromGitHub }:
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "the_platinum_searcher-${version}";
+1 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, rustPlatform, makeWrapper, asciidoc, docbook_xsl, libxslt }:
{ stdenv, fetchFromGitHub, rustPlatform, asciidoc, docbook_xsl, libxslt }:
rustPlatform.buildRustPackage rec {
name = "ripgrep-${version}";
+1 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgs, gnum4 }:
{ stdenv, fetchurl, gnum4 }:
stdenv.mkDerivation rec {
name = "jade-${version}-${debpatch}";
+1 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchFromGitHub }:
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "shfmt-${version}";
+1 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchFromGitHub }:
{ lib, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "sift-${version}";
+1 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, wget, bash, coreutils }:
{ stdenv, fetchurl, wget, bash }:
stdenv.mkDerivation rec {
version = "2.28";
+1 -1
View File
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, fetchpatch, automake, autoconf, libtool
, zlib, openssl, zip, zimlib, cxxtools, tntnet
, zimlib, cxxtools, tntnet
}:
stdenv.mkDerivation rec {