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, atd, yojson, menhir, easy-format, biniou, cppo, buildOcaml, fetchurl, which}:
{stdenv, atd, yojson, biniou, buildOcaml, fetchurl, which}:
buildOcaml rec {
name = "atdgen";

View File

@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, fetchurl, fetchpatch
, ocaml, findlib, ocamlbuild, ocaml_oasis,
bitstring, camlzip, cmdliner, core_kernel, ezjsonm, faillib, fileutils, ocaml_lwt, ocamlgraph, ocurl, re, uri, zarith, piqi, piqi-ocaml, uuidm, llvm_38, ulex, easy-format, xmlm, frontc, ounit, ppx_jane, parsexp,
bitstring, camlzip, cmdliner, core_kernel, ezjsonm, faillib, fileutils, ocaml_lwt, ocamlgraph, ocurl, re, uri, zarith, piqi, piqi-ocaml, uuidm, llvm_38, frontc, ounit, ppx_jane, parsexp,
utop,
which, makeWrapper, writeText
}:

View File

@@ -1,4 +1,4 @@
{stdenv, writeText, buildOcaml, fetchurl, type_conv}:
{stdenv, buildOcaml, fetchurl, type_conv}:
buildOcaml rec {
name = "bin_prot";

View File

@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, ocaml, findlib, jbuilder
, ppx_fields_conv, ppx_sexp_conv, ppx_deriving
, base64, fieldslib, jsonm, logs, re, stringext, uri
, base64, fieldslib, jsonm, re, stringext, uri
}:
stdenv.mkDerivation rec {

View File

@@ -1,4 +1,4 @@
{ stdenv, writeText, fetchFromGitHub, ocaml, ocamlbuild, ocplib-endian, sexplib, findlib, ppx_tools
{ stdenv, fetchFromGitHub, ocaml, ocamlbuild, ocplib-endian, sexplib, findlib, ppx_tools
, async ? null, lwt ? null
}:

View File

@@ -1,5 +1,5 @@
{ stdenv, fetchurl, which, ocsigen_server, ocsigen_deriving, ocaml, camlp4,
js_of_ocaml, lwt_react, cryptokit,
lwt_react, cryptokit,
ipaddr, ocamlnet, lwt_ssl, ocaml_pcre,
opaline, ppx_tools, ppx_deriving, findlib
, js_of_ocaml-ocamlbuild, js_of_ocaml-ppx, js_of_ocaml-ppx_deriving_json

View File

@@ -1,4 +1,4 @@
{ stdenv, buildOcaml, fetchFromGitHub, fetchurl, ocaml, findlib, erm_xml, nocrypto }:
{ stdenv, buildOcaml, fetchFromGitHub, ocaml, findlib, erm_xml, nocrypto }:
buildOcaml rec {
version = "0.3";

View File

@@ -1,6 +1,6 @@
{ stdenv, ocaml, findlib, jbuilder, git-http
, cohttp-lwt-unix
, tls, magic-mime, cmdliner, mtime
, tls, cmdliner, mtime
}:
stdenv.mkDerivation rec {

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, ocaml, findlib, jbuilder, opam
{ stdenv, fetchFromGitHub, ocaml, findlib, jbuilder
, astring, decompress, fmt, hex, logs, mstruct, ocaml_lwt, ocamlgraph, uri
, alcotest, mtime, nocrypto
}:

View File

@@ -1,4 +1,4 @@
{stdenv, buildOcamlJane, fetchurl, async_kernel, async_unix,
{stdenv, buildOcamlJane, async_kernel, async_unix,
bin_prot, core, ppx_custom_printf, fieldslib, herelib,
pipebang, sexplib, async_rpc_kernel}:

View File

@@ -1,6 +1,6 @@
{stdenv, buildOcamlJane, fetchurl, core_kernel,
{stdenv, buildOcamlJane, core_kernel,
bin_prot, fieldslib,
sexplib, herelib, opam, js_build_tools, ocaml_oasis}:
sexplib, herelib}:
buildOcamlJane rec {
name = "async_kernel";

View File

@@ -1,4 +1,4 @@
{stdenv, buildOcamlJane, fetchurl, async_kernel,
{stdenv, buildOcamlJane, async_kernel,
bin_prot, comparelib, core, fieldslib, herelib,
pipebang, sexplib}:

View File

@@ -1,4 +1,4 @@
{stdenv, buildOcamlJane, fetchurl, async_kernel,
{stdenv, buildOcamlJane, async_kernel,
async_unix, async_extra}:
buildOcamlJane rec {

View File

@@ -1,5 +1,5 @@
{ stdenv, ocaml, buildOcamlJane, fetchurl, async, comparelib, core, ctypes
, openssl, fieldslib, herelib, pipebang, sexplib, ocaml_oasis, integers
{ stdenv, buildOcamlJane, async, comparelib, core, ctypes
, openssl, fieldslib, herelib, pipebang, sexplib, ocaml_oasis
}:
buildOcamlJane rec {

View File

@@ -1,9 +1,8 @@
{stdenv, buildOcamlJane, fetchurl,
{stdenv, buildOcamlJane,
core,
bin_prot, fieldslib, sexplib, typerep, variantslib,
ppx_assert, ppx_bench, ppx_driver, ppx_expect, ppx_inline_test, ppx_jane,
re2, textutils,
ocaml_oasis, opam, js_build_tools}:
re2, textutils}:
buildOcamlJane rec {
name = "core_extended";

View File

@@ -1,8 +1,7 @@
{stdenv, buildOcamlJane, fetchurl,
{stdenv, buildOcamlJane,
core_kernel,
bin_prot, fieldslib, sexplib, typerep, variantslib,
ppx_assert, ppx_bench, ppx_driver, ppx_expect, ppx_inline_test, ppx_jane,
ocaml_oasis, opam, js_build_tools}:
ppx_assert, ppx_bench, ppx_driver, ppx_expect, ppx_inline_test, ppx_jane}:
buildOcamlJane rec {
name = "core";

View File

@@ -1,7 +1,6 @@
{stdenv, buildOcamlJane, fetchurl,
{stdenv, buildOcamlJane,
bin_prot, fieldslib, sexplib, typerep, variantslib,
ppx_assert, ppx_bench, ppx_driver, ppx_expect, ppx_inline_test, ppx_jane,
ocaml_oasis, opam, js_build_tools}:
ppx_assert, ppx_bench, ppx_driver, ppx_expect, ppx_inline_test, ppx_jane}:
buildOcamlJane rec {
name = "core_kernel";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, janePackage, ocaml, ocamlbuild, angstrom, cryptokit, ctypes,
{ stdenv, janePackage, ocamlbuild, angstrom, cryptokit, ctypes,
magic-mime, ocaml-migrate-parsetree, octavius, ounit, ppx_deriving, re,
zarith, num, openssl
, ppxlib

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchpatch, ocaml, findlib, mysql, openssl }:
{ stdenv, fetchurl, fetchpatch, ocaml, findlib, mysql }:
# TODO: la versione stabile da' un errore di compilazione dovuto a
# qualche cambiamento negli header .h

View File

@@ -1,4 +1,4 @@
{stdenv, fetchurl, automake, ocaml, autoconf, gnum4, pkgconfig, freetype, lablgtk, unzip, cairo, findlib, gdk_pixbuf, glib, gtk2, pango }:
{stdenv, fetchurl, automake, ocaml, autoconf, gnum4, pkgconfig, freetype, lablgtk, unzip, cairo, findlib, gdk_pixbuf, gtk2, pango }:
let
pname = "ocaml-cairo";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, ocaml, findlib, piqi, ulex, easy-format, xmlm, camlp4 }:
{ stdenv, fetchurl, ocaml, findlib, piqi, camlp4 }:
stdenv.mkDerivation rec {
version = "0.7.5";

View File

@@ -1,5 +1,5 @@
{stdenv, fetchFromGitHub, buildOcaml, ocaml, opaline,
cppo, ppx_tools, ounit, ppx_deriving}:
{stdenv, fetchFromGitHub, buildOcaml, opaline,
cppo, ounit, ppx_deriving}:
buildOcaml rec {
name = "ppx_import";

View File

@@ -1,4 +1,4 @@
{stdenv, buildOcaml, fetchurl, ocaml, core_p4, pa_ounit, pa_test,
{stdenv, buildOcaml, fetchurl, core_p4, pa_ounit, pa_test,
bin_prot_p4, comparelib, sexplib_p4, rsync}:
buildOcaml rec {

View File

@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, ocaml, findlib, ocamlbuild, topkg
, ppx_tools, ppx_sexp_conv, result, x509, nocrypto, cstruct, ppx_cstruct, cstruct-unix, ounit
, ppx_sexp_conv, result, x509, nocrypto, cstruct, ppx_cstruct, cstruct-unix, ounit
, lwt ? null}:
with stdenv.lib;