emacs-insert-shebang: fix compilation
This commit is contained in:
parent
64c0d50fc3
commit
fe6313da30
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue