emacs-insert-shebang: fix compilation

wip/yesman
Peter Hoeg 6 years ago
parent 64c0d50fc3
commit fe6313da30
  1. 5
      pkgs/applications/editors/emacs-modes/melpa-packages.nix

@ -115,6 +115,11 @@ self:
# upstream issue: missing file header
initsplit = super.initsplit;
# tries to write a log file to $HOME
insert-shebang = super.insert-shebang.overrideAttrs (attrs: {
HOME = "/tmp";
});
# Expects bash to be at /bin/bash
ivy-rtags = markBroken super.ivy-rtags;

Loading…
Cancel
Save