mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
ocamlPackages.core_bench: fix on OCaml ≥ 4.03
This commit is contained in:
parent
e082162f09
commit
6b89bcbaa6
@ -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 New Issue
Block a user