emacs-packages: Fix kubernetes.el build

wip/yesman
adisbladis 5 years ago
parent 8ed743f63f
commit f63dbf3c94
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7
  1. 6
      pkgs/applications/editors/emacs-modes/melpa-packages.nix

@ -131,6 +131,12 @@ self:
# upstream issue: missing file header
jsfmt = markBroken super.jsfmt;
kubernetes = super.kubernetes.overrideAttrs (attrs: {
# searches for Git at build time
nativeBuildInputs =
(attrs.nativeBuildInputs or []) ++ [ external.git ];
});
# upstream issue: missing file header
maxframe = markBroken super.maxframe;

Loading…
Cancel
Save