emacs-evil-magit: needs git
This commit is contained in:
parent
d172d404e9
commit
66d16a5409
@ -75,6 +75,12 @@ self:
|
|||||||
inherit (self.melpaPackages) ess ctable popup;
|
inherit (self.melpaPackages) ess ctable popup;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
evil-magit = super.evil-magit.overrideAttrs (attrs: {
|
||||||
|
# searches for Git at build time
|
||||||
|
nativeBuildInputs =
|
||||||
|
(attrs.nativeBuildInputs or []) ++ [ external.git ];
|
||||||
|
});
|
||||||
|
|
||||||
# missing OCaml
|
# missing OCaml
|
||||||
flycheck-ocaml = markBroken super.flycheck-ocaml;
|
flycheck-ocaml = markBroken super.flycheck-ocaml;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user