melpa-packages: 2019-04-08
This commit is contained in:
+4279
-2652
File diff suppressed because it is too large
Load Diff
@@ -133,11 +133,7 @@ self:
|
|||||||
maxframe = markBroken super.maxframe;
|
maxframe = markBroken super.maxframe;
|
||||||
|
|
||||||
magit =
|
magit =
|
||||||
(super.magit.override {
|
super.magit.overrideAttrs (attrs: {
|
||||||
# version of magit-popup needs to match magit
|
|
||||||
# https://github.com/magit/magit/issues/3286
|
|
||||||
inherit (self.melpaPackages) magit-popup;
|
|
||||||
}).overrideAttrs (attrs: {
|
|
||||||
# searches for Git at build time
|
# searches for Git at build time
|
||||||
nativeBuildInputs =
|
nativeBuildInputs =
|
||||||
(attrs.nativeBuildInputs or []) ++ [ external.git ];
|
(attrs.nativeBuildInputs or []) ++ [ external.git ];
|
||||||
|
|||||||
Reference in New Issue
Block a user