emacs-evil-search-highlight-persist: add dependencies
This commit is contained in:
parent
66d16a5409
commit
64c0d50fc3
@ -81,6 +81,11 @@ self:
|
|||||||
(attrs.nativeBuildInputs or []) ++ [ external.git ];
|
(attrs.nativeBuildInputs or []) ++ [ external.git ];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
# missing dependencies
|
||||||
|
evil-search-highlight-persist = super.evil-search-highlight-persist.overrideAttrs (attrs: {
|
||||||
|
packageRequires = with self; [ evil highlight ];
|
||||||
|
});
|
||||||
|
|
||||||
# missing OCaml
|
# missing OCaml
|
||||||
flycheck-ocaml = markBroken super.flycheck-ocaml;
|
flycheck-ocaml = markBroken super.flycheck-ocaml;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user