about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ocaml-freestanding
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-03-04 22:25:38 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-03-04 22:30:38 +0000
commita3f3ede0cfd0a31d65637296cac21b7e28506e5d (patch)
tree495ffb01f7fab24985c9d7a3beac1fe63e7f99da /pkgs/development/ocaml-modules/ocaml-freestanding
parent0fffe58eafd7e5baceedbf3b2f9676bbbd07997c (diff)
ocamlPackages.ocaml-freestanding: mark as broken
Diffstat (limited to 'pkgs/development/ocaml-modules/ocaml-freestanding')
-rw-r--r--pkgs/development/ocaml-modules/ocaml-freestanding/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/ocaml-freestanding/default.nix b/pkgs/development/ocaml-modules/ocaml-freestanding/default.nix
index 3588495884f8b..85b741dbc1996 100644
--- a/pkgs/development/ocaml-modules/ocaml-freestanding/default.nix
+++ b/pkgs/development/ocaml-modules/ocaml-freestanding/default.nix
@@ -64,6 +64,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
+    broken = true; # Not compatible with solo5 ≥ 0.7
     description = "Freestanding OCaml runtime";
     license = licenses.mit;
     maintainers = [ maintainers.sternenseemann ];