treemacs-magit: needs git at build time
This commit is contained in:
parent
94a8ca2194
commit
974f64f0c6
@ -235,6 +235,12 @@ self:
|
||||
# upstream issue: missing file header
|
||||
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
|
||||
utop = markBroken super.utop;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user