melpaPackages: match version of magit-popup to magit

Related to https://github.com/magit/magit/issues/3286
This commit is contained in:
Benjamin Staffin 2017-12-29 18:28:25 -05:00
parent 99b49592bc
commit f0f290e6cb
No known key found for this signature in database
GPG Key ID: A490C0134E09AF4A

View File

@ -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;