about summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs-modes
diff options
context:
space:
mode:
authorJake Waksbaum <jake.waksbaum@gmail.com>2019-07-05 09:19:47 -0700
committerTimo Kaufmann <timokau@zoho.com>2019-07-05 18:19:46 +0200
commitc7276b2b3d05e5191a9b5b7236d63edf49204f79 (patch)
treebef8989c500c8419dd70eccc10cd93fb942e632f /pkgs/applications/editors/emacs-modes
parent7c5cba5dd8b7cf32478c8200d57e18eb5a696bde (diff)
emacsPackagesNg: Mark merlin and flycheck-ocaml as unbroken (#55361)
Diffstat (limited to 'pkgs/applications/editors/emacs-modes')
-rw-r--r--pkgs/applications/editors/emacs-modes/melpa-packages.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/applications/editors/emacs-modes/melpa-packages.nix b/pkgs/applications/editors/emacs-modes/melpa-packages.nix
index 8f440819afed2..a401bbc0be1bf 100644
--- a/pkgs/applications/editors/emacs-modes/melpa-packages.nix
+++ b/pkgs/applications/editors/emacs-modes/melpa-packages.nix
@@ -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;
       };