emacsPackagesNg.forge: Add git as build input
This commit is contained in:
parent
6232df2a1e
commit
2ac775a084
@ -89,6 +89,12 @@ self:
|
|||||||
# Expects bash to be at /bin/bash
|
# Expects bash to be at /bin/bash
|
||||||
flycheck-rtags = markBroken super.flycheck-rtags;
|
flycheck-rtags = markBroken super.flycheck-rtags;
|
||||||
|
|
||||||
|
forge = super.forge.overrideAttrs (attrs: {
|
||||||
|
# searches for Git at build time
|
||||||
|
nativeBuildInputs =
|
||||||
|
(attrs.nativeBuildInputs or []) ++ [ external.git ];
|
||||||
|
});
|
||||||
|
|
||||||
# build timeout
|
# build timeout
|
||||||
graphene = markBroken super.graphene;
|
graphene = markBroken super.graphene;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user