lol

ocamlPackages: fix eval

Evaluation for OCaml < 4.08 has been broken by
d9f767600fb2f5f0b7e7159cd8638c0701ad6bfc

+13 -10
+1 -1
pkgs/development/ocaml-modules/bistro/default.nix
··· 7 7 , bos 8 8 , core 9 9 , core_kernel 10 - , core_unix 10 + , core_unix ? null 11 11 , lwt_react 12 12 , ocamlgraph 13 13 , ppx_sexp_conv
+4 -1
pkgs/development/ocaml-modules/bls12-381/default.nix
··· 1 1 { lib, buildDunePackage, fetchFromGitLab 2 - , ff-sig, zarith, zarith_stubs_js, integers_stubs_js, integers, hex 2 + , ff-sig, zarith 3 + , zarith_stubs_js ? null 4 + , integers_stubs_js 5 + , integers, hex 3 6 , alcotest, ff-pbt 4 7 }: 5 8
+1 -1
pkgs/development/ocaml-modules/cohttp/async.nix
··· 7 7 , async_unix 8 8 , cohttp 9 9 , conduit-async 10 - , core_unix 10 + , core_unix ? null 11 11 , uri 12 12 , uri-sexp 13 13 , logs
+1 -1
pkgs/development/ocaml-modules/data-encoding/default.nix
··· 5 5 , either 6 6 , ezjsonm 7 7 , zarith 8 - , zarith_stubs_js 8 + , zarith_stubs_js ? null 9 9 , hex 10 10 , json-data-encoding 11 11 , json-data-encoding-bson
+1 -1
pkgs/development/ocaml-modules/faraday/async.nix
··· 1 - { buildDunePackage, lib, faraday, core_unix, async }: 1 + { buildDunePackage, lib, faraday, core_unix ? null, async }: 2 2 3 3 buildDunePackage rec { 4 4 pname = "faraday-async";
+1 -1
pkgs/development/ocaml-modules/hack_parallel/default.nix
··· 1 - { lib, fetchFromGitHub, buildDunePackage, core, core_unix, pkg-config 1 + { lib, fetchFromGitHub, buildDunePackage, core, core_unix ? null, pkg-config 2 2 , sqlite }: 3 3 buildDunePackage rec { 4 4 pname = "hack_parallel";
+1 -1
pkgs/development/ocaml-modules/integers_stubs_js/default.nix
··· 1 1 { 2 2 lib, fetchFromGitHub, buildDunePackage 3 - , zarith_stubs_js 3 + , zarith_stubs_js ? null 4 4 }: 5 5 6 6 buildDunePackage rec {
+2 -2
pkgs/development/ocaml-modules/magic-trace/default.nix
··· 1 - { lib, fetchFromGitHub, buildDunePackage, async, cohttp_static_handler 2 - , core_unix, owee, ppx_jane, shell }: 1 + { lib, fetchFromGitHub, buildDunePackage, async, cohttp_static_handler ? null 2 + , core_unix ? null, owee, ppx_jane, shell ? null }: 3 3 4 4 buildDunePackage rec { 5 5 pname = "magic-trace";
+1 -1
pkgs/development/ocaml-modules/mldoc/default.nix
··· 6 6 , cmdliner 7 7 , core 8 8 , core_bench 9 - , core_unix 9 + , core_unix ? null 10 10 , js_of_ocaml 11 11 , js_of_ocaml-ppx 12 12 , ppx_deriving_yojson