emacsPackages.gerrit-download: Fix build

This commit is contained in:
adisbladis 2020-04-27 12:18:37 +01:00
parent 716e320bcf
commit 15abc04544
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -446,6 +446,11 @@ env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../ -A emacsPac
(attrs.nativeBuildInputs or []) ++ [ external.git ];
});
gerrit-download = super.gerrit-download.overrideAttrs (attrs: {
nativeBuildInputs =
(attrs.nativeBuildInputs or []) ++ [ external.git ];
});
helm-rtags = fix-rtags super.helm-rtags;
mandoku = super.mandoku.overrideAttrs (attrs: {