emacs-magit-gitflow: git was missing
This commit is contained in:
parent
fe6313da30
commit
667938468b
1 changed files with 6 additions and 0 deletions
|
@ -143,6 +143,12 @@ self:
|
|||
(attrs.nativeBuildInputs or []) ++ [ external.git ];
|
||||
});
|
||||
|
||||
magit-gitflow = super.magit-gitflow.overrideAttrs (attrs: {
|
||||
# searches for Git at build time
|
||||
nativeBuildInputs =
|
||||
(attrs.nativeBuildInputs or []) ++ [ external.git ];
|
||||
});
|
||||
|
||||
# missing OCaml
|
||||
merlin = markBroken super.merlin;
|
||||
|
||||
|
|
Loading…
Reference in a new issue