Unverified Commit e8f58650 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #327516 from Sigmanificient/unused-args

pkgs/development/ocaml-modules: remove unused arguments
parents 47ba74af 3e1227a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{ lib, buildDunePackage, alcotest, logs, lwt, fmt
{ buildDunePackage, alcotest, logs, lwt, fmt
, re, cmdliner
}:

+1 −2
Original line number Diff line number Diff line
{ lib
, fetchurl
{ fetchurl
, buildDunePackage
, topkg
, findlib
+1 −1
Original line number Diff line number Diff line
{ buildDunePackage, alcotest, atd, atdgen-codec-runtime, atdgen-runtime, biniou, re, yojson
{ buildDunePackage, alcotest, atd, atdgen-codec-runtime, atdgen-runtime, re
, python3
}:

+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
, ppx_sexp_conv
, mirage-crypto, mirage-crypto-ec, mirage-crypto-rng, mirage-crypto-pk
, x509, cstruct, cstruct-unix, cstruct-sexp, sexplib, eqaf-cstruct
, rresult, mtime, logs, fmt, cmdliner, base64
, mtime, logs, fmt, cmdliner, base64
, zarith
}:

+1 −1
Original line number Diff line number Diff line
{ stdenv, lib, fetchFromGitHub, buildDunePackage, ocaml, qtest, qcheck, num, camlp-streams
{ lib, fetchFromGitHub, buildDunePackage, ocaml, qtest, qcheck, num, camlp-streams
, doCheck ? lib.versionAtLeast ocaml.version "4.08"
}:

Loading