Unverified Commit 1a440e3d authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocaml-ng.ocamlPackages_4_13.ocaml-lsp: mark as broken

parent 3db8656e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -85,5 +85,6 @@ buildDunePackage rec {
  meta = lsp.meta // {
    description = "OCaml Language Server Protocol implementation";
    mainProgram = "ocamllsp";
    broken = lib.versions.majorMinor ocaml.version == "4.13";
  };
}