melpaPackages: match version of magit-popup to magit

Related to https://github.com/magit/magit/issues/3286
wip/yesman
Benjamin Staffin 7 years ago
parent 99b49592bc
commit f0f290e6cb
No known key found for this signature in database
GPG Key ID: A490C0134E09AF4A
  1. 6
      pkgs/applications/editors/emacs-modes/melpa-packages.nix

@ -137,6 +137,12 @@ self:
# upstream issue: missing file header
maxframe = markBroken super.maxframe;
# version of magit-popup needs to match magit
# https://github.com/magit/magit/issues/3286
magit = super.magit.override {
inherit (self.melpaPackages) magit-popup;
};
# missing OCaml
merlin = markBroken super.merlin;

Loading…
Cancel
Save