melpa-packages: 2019-04-08
This commit is contained in:
parent
0c0954781e
commit
3eafca2f9f
6933
pkgs/applications/editors/emacs-modes/melpa-generated.nix
generated
6933
pkgs/applications/editors/emacs-modes/melpa-generated.nix
generated
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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user