ocamlPackages.core_bench: fix on OCaml ≥ 4.03
This commit is contained in:
parent
e082162f09
commit
6b89bcbaa6
1 changed files with 2 additions and 0 deletions
|
@ -754,6 +754,8 @@ let
|
|||
else bin_prot_p4;
|
||||
|
||||
core_bench =
|
||||
if lib.versionOlder "4.03" ocaml.version
|
||||
then janeStreet.core_bench else
|
||||
callPackage ../development/ocaml-modules/janestreet/core_bench.nix {};
|
||||
|
||||
core_kernel =
|
||||
|
|
Loading…
Reference in a new issue