orgit: add git to native build inputs
This commit is contained in:
parent
d7cce082b0
commit
2bf47aa2b8
@ -151,6 +151,13 @@ self:
|
|||||||
# missing OCaml
|
# missing OCaml
|
||||||
ocp-indent = markBroken super.ocp-indent;
|
ocp-indent = markBroken super.ocp-indent;
|
||||||
|
|
||||||
|
orgit =
|
||||||
|
(super.orgit.overrideAttrs (attrs: {
|
||||||
|
# searches for Git at build time
|
||||||
|
nativeBuildInputs =
|
||||||
|
(attrs.nativeBuildInputs or []) ++ [ external.git ];
|
||||||
|
}));
|
||||||
|
|
||||||
# upstream issue: missing dependency
|
# upstream issue: missing dependency
|
||||||
org-readme = markBroken super.org-readme;
|
org-readme = markBroken super.org-readme;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user