emacsPackages.gerrit-download: Fix build
This commit is contained in:
parent
716e320bcf
commit
15abc04544
@ -446,6 +446,11 @@ env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../ -A emacsPac
|
|||||||
(attrs.nativeBuildInputs or []) ++ [ external.git ];
|
(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;
|
helm-rtags = fix-rtags super.helm-rtags;
|
||||||
|
|
||||||
mandoku = super.mandoku.overrideAttrs (attrs: {
|
mandoku = super.mandoku.overrideAttrs (attrs: {
|
||||||
|
Loading…
Reference in New Issue
Block a user