emacsPackages.github-pullrequest: Fix build
This commit is contained in:
parent
15abc04544
commit
e1d4b8e867
@ -451,6 +451,11 @@ env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../ -A emacsPac
|
|||||||
(attrs.nativeBuildInputs or []) ++ [ external.git ];
|
(attrs.nativeBuildInputs or []) ++ [ external.git ];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
github-pullrequest = super.github-pullrequest.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…
x
Reference in New Issue
Block a user