From a3f3ede0cfd0a31d65637296cac21b7e28506e5d Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Sat, 4 Mar 2023 22:25:38 +0000 Subject: [PATCH] ocamlPackages.ocaml-freestanding: mark as broken --- pkgs/development/ocaml-modules/ocaml-freestanding/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/ocaml-modules/ocaml-freestanding/default.nix b/pkgs/development/ocaml-modules/ocaml-freestanding/default.nix index 3588495884f..85b741dbc19 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 ];