emacsPackagesNg: Mark merlin and flycheck-ocaml as unbroken (#55361)

This commit is contained in:
Jake Waksbaum
2019-07-05 18:19:46 +02:00
committed by Timo Kaufmann
parent 7c5cba5dd8
commit c7276b2b3d
@@ -83,9 +83,6 @@ self:
packageRequires = with self; [ evil highlight ];
});
# missing OCaml
flycheck-ocaml = markBroken super.flycheck-ocaml;
# Expects bash to be at /bin/bash
flycheck-rtags = markBroken super.flycheck-rtags;
@@ -175,9 +172,6 @@ self:
(attrs.nativeBuildInputs or []) ++ [ external.git ];
});
# missing OCaml
merlin = markBroken super.merlin;
mhc = super.mhc.override {
inherit (self.melpaPackages) calfw;
};