treemacs-magit: needs git at build time
This commit is contained in:
@@ -235,6 +235,12 @@ self:
|
|||||||
# upstream issue: missing file header
|
# upstream issue: missing file header
|
||||||
textmate = markBroken super.textmate;
|
textmate = markBroken super.textmate;
|
||||||
|
|
||||||
|
treemacs-magit = super.treemacs-magit.overrideAttrs (attrs: {
|
||||||
|
# searches for Git at build time
|
||||||
|
nativeBuildInputs =
|
||||||
|
(attrs.nativeBuildInputs or []) ++ [ external.git ];
|
||||||
|
});
|
||||||
|
|
||||||
# missing OCaml
|
# missing OCaml
|
||||||
utop = markBroken super.utop;
|
utop = markBroken super.utop;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user