treewide: remove unused variables (#63177)
* treewide: remove unused variables * making ofborg happy
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchFromGitHub, fetchurl, fetchpatch
|
||||
{ stdenv, fetchFromGitHub, fetchurl
|
||||
, 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, frontc, ounit, ppx_jane, parsexp,
|
||||
bitstring, camlzip, cmdliner, core_kernel, ezjsonm, fileutils, ocaml_lwt, ocamlgraph, ocurl, re, uri, zarith, piqi, piqi-ocaml, uuidm, llvm_38, frontc, ounit, ppx_jane, parsexp,
|
||||
utop,
|
||||
ppx_tools_versioned,
|
||||
which, makeWrapper, writeText
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{ lib, fetchFromGitHub, buildDunePackage
|
||||
, ppx_fields_conv, ppx_sexp_conv, ppx_deriving
|
||||
, ppx_fields_conv, ppx_sexp_conv
|
||||
, base64, fieldslib, jsonm, re, stringext, uri
|
||||
}:
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{ stdenv, fetchzip, which, ocsigen_server, ocsigen_deriving, ocaml, lwt_camlp4,
|
||||
lwt_react, cryptokit,
|
||||
ipaddr, ocamlnet, ocaml_pcre,
|
||||
lwt_react,
|
||||
opaline, ppx_tools, ppx_deriving, findlib
|
||||
, js_of_ocaml-ocamlbuild, js_of_ocaml-ppx, js_of_ocaml-ppx_deriving_json
|
||||
, js_of_ocaml-lwt
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ stdenv, janePackage, ocamlbuild, angstrom, cryptokit, ctypes,
|
||||
{ janePackage, ocamlbuild, angstrom, cryptokit, ctypes,
|
||||
magic-mime, ocaml-migrate-parsetree, octavius, ounit, ppx_deriving, re,
|
||||
zarith, num, openssl
|
||||
num, openssl
|
||||
, ppxlib
|
||||
}:
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub, ocaml, findlib, ounit, pcre, uutf }:
|
||||
{ stdenv, fetchFromGitHub, ocaml, findlib, pcre, uutf }:
|
||||
|
||||
if !stdenv.lib.versionAtLeast ocaml.version "4.02"
|
||||
then throw "jingoo is not available for OCaml ${ocaml.version}"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, buildDunePackage, lwt, ppx_tools_versioned }:
|
||||
{ buildDunePackage, lwt, ppx_tools_versioned }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "lwt_ppx";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ version, src, stdenv, fetchurl, ocaml, findlib, ocamlbuild }:
|
||||
{ version, src, stdenv, ocaml, findlib, ocamlbuild, ... }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "menhir-${version}";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, buildDunePackage, sqlexpr, ounit
|
||||
{ buildDunePackage, sqlexpr, ounit
|
||||
, ppx_core, ppx_tools_versioned, re, lwt_ppx
|
||||
}:
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, buildDunePackage, zmq, ocaml_lwt }:
|
||||
{ buildDunePackage, zmq, ocaml_lwt }:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "zmq-lwt";
|
||||
|
||||
Reference in New Issue
Block a user