emacs-evil-search-highlight-persist: add dependencies
This commit is contained in:
parent
66d16a5409
commit
64c0d50fc3
1 changed files with 5 additions and 0 deletions
|
@ -81,6 +81,11 @@ self:
|
|||
(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
|
||||
flycheck-ocaml = markBroken super.flycheck-ocaml;
|
||||
|
||||
|
|
Loading…
Reference in a new issue