emacsPackages.gerrit-download: Fix build

wip/yesman
adisbladis 4 years ago
parent 716e320bcf
commit 15abc04544
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7
  1. 5
      pkgs/applications/editors/emacs-modes/melpa-packages.nix

@ -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: {

Loading…
Cancel
Save