summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-03-04 22:25:38 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-03-06 20:54:27 +0000
commitf9e74a385951dbc82f0d661c8649b8dec37c5e5d (patch)
treef18629604c311ebdd307db816383a35c1362e712
parentelectron_23: don't make it the default for every package (diff)
downloadnixpkgs-f9e74a385951dbc82f0d661c8649b8dec37c5e5d.tar.gz
ocamlPackages.ocaml-freestanding: mark as broken
(cherry picked from commit a3f3ede0cfd0a31d65637296cac21b7e28506e5d)
-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 942d69e59194..219ed5e2ea8e 100644
--- a/pkgs/development/ocaml-modules/ocaml-freestanding/default.nix
+++ b/pkgs/development/ocaml-modules/ocaml-freestanding/default.nix
@@ -62,6 +62,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 ];