melpaPackages: match version of magit-popup to magit
Related to https://github.com/magit/magit/issues/3286
This commit is contained in:
parent
99b49592bc
commit
f0f290e6cb
@ -137,6 +137,12 @@ self:
|
|||||||
# upstream issue: missing file header
|
# upstream issue: missing file header
|
||||||
maxframe = markBroken super.maxframe;
|
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
|
# missing OCaml
|
||||||
merlin = markBroken super.merlin;
|
merlin = markBroken super.merlin;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user