Merge pull request #223340 from vbgl/ocaml-eval-fix

ocamlPackages: fix eval
This commit is contained in:
Ulrik Strid 2023-03-28 08:40:23 +02:00 committed by GitHub
commit 3bacb178e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 13 additions and 10 deletions

View File

@ -7,7 +7,7 @@
, bos
, core
, core_kernel
, core_unix
, core_unix ? null
, lwt_react
, ocamlgraph
, ppx_sexp_conv

View File

@ -1,5 +1,8 @@
{ lib, buildDunePackage, fetchFromGitLab
, ff-sig, zarith, zarith_stubs_js, integers_stubs_js, integers, hex
, ff-sig, zarith
, zarith_stubs_js ? null
, integers_stubs_js
, integers, hex
, alcotest, ff-pbt
}:

View File

@ -7,7 +7,7 @@
, async_unix
, cohttp
, conduit-async
, core_unix
, core_unix ? null
, uri
, uri-sexp
, logs

View File

@ -5,7 +5,7 @@
, either
, ezjsonm
, zarith
, zarith_stubs_js
, zarith_stubs_js ? null
, hex
, json-data-encoding
, json-data-encoding-bson

View File

@ -1,4 +1,4 @@
{ buildDunePackage, lib, faraday, core_unix, async }:
{ buildDunePackage, lib, faraday, core_unix ? null, async }:
buildDunePackage rec {
pname = "faraday-async";

View File

@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, buildDunePackage, core, core_unix, pkg-config
{ lib, fetchFromGitHub, buildDunePackage, core, core_unix ? null, pkg-config
, sqlite }:
buildDunePackage rec {
pname = "hack_parallel";

View File

@ -1,6 +1,6 @@
{
lib, fetchFromGitHub, buildDunePackage
, zarith_stubs_js
, zarith_stubs_js ? null
}:
buildDunePackage rec {

View File

@ -1,5 +1,5 @@
{ lib, fetchFromGitHub, buildDunePackage, async, cohttp_static_handler
, core_unix, owee, ppx_jane, shell }:
{ lib, fetchFromGitHub, buildDunePackage, async, cohttp_static_handler ? null
, core_unix ? null, owee, ppx_jane, shell ? null }:
buildDunePackage rec {
pname = "magic-trace";

View File

@ -6,7 +6,7 @@
, cmdliner
, core
, core_bench
, core_unix
, core_unix ? null
, js_of_ocaml
, js_of_ocaml-ppx
, ppx_deriving_yojson