emacsPackages.jist: Fix build

This commit is contained in:
adisbladis 2020-04-27 12:18:57 +01:00
parent e1d4b8e867
commit bcbfef7592
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7

View File

@ -458,6 +458,11 @@ env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../ -A emacsPac
helm-rtags = fix-rtags super.helm-rtags;
jist = super.jist.overrideAttrs (attrs: {
nativeBuildInputs =
(attrs.nativeBuildInputs or []) ++ [ external.git ];
});
mandoku = super.mandoku.overrideAttrs (attrs: {
# searches for Git at build time
nativeBuildInputs =