emacsPackagesNg.forge: Add git as build input
This commit is contained in:
parent
6232df2a1e
commit
2ac775a084
1 changed files with 6 additions and 0 deletions
|
@ -89,6 +89,12 @@ self:
|
|||
# Expects bash to be at /bin/bash
|
||||
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
|
||||
graphene = markBroken super.graphene;
|
||||
|
||||
|
|
Loading…
Reference in a new issue