Merge pull request #219585 from vbgl/ocaml-ocaml-freestanding-broken
ocamlPackages.ocaml-freestanding: mark as broken
This commit is contained in:
commit
1bc51c384c
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue