ocamlPackages.core: mark version 0.15 as broken for OCaml ≥ 5.1

This commit is contained in:
Vincent Laporte
2023-10-24 08:52:15 +02:00
committed by Vincent Laporte
parent 8ecf5abf79
commit 4bccad9964
2 changed files with 4 additions and 1 deletions
@@ -3,6 +3,7 @@
, fetchpatch
, fzf
, lib
, ocaml
, openssl
, zstd
}:
@@ -264,6 +265,7 @@ with self;
buildInputs = [ jst-config ];
propagatedBuildInputs = [ base base_bigstring base_quickcheck ppx_jane time_now ];
doCheck = false; # circular dependency with core_kernel
meta.broken = lib.versionAtLeast ocaml.version "5.1";
};
core_bench = janePackage {
+2 -1
View File
@@ -742,7 +742,7 @@ let
}
else if lib.versionOlder "4.10.2" ocaml.version
then import ../development/ocaml-modules/janestreet/0.15.nix {
inherit self;
inherit self ocaml;
inherit (pkgs) bash fetchpatch fzf lib openssl zstd;
}
else if lib.versionOlder "4.08" ocaml.version
@@ -794,6 +794,7 @@ let
janeStreet = import ../development/ocaml-modules/janestreet/0.15.nix {
self = self' // jsDeps;
inherit ocaml;
inherit (pkgs) bash fetchpatch fzf lib openssl zstd;
};