emacs-insert-shebang: fix compilation
This commit is contained in:
parent
64c0d50fc3
commit
fe6313da30
|
@ -115,6 +115,11 @@ self:
|
||||||
# upstream issue: missing file header
|
# upstream issue: missing file header
|
||||||
initsplit = super.initsplit;
|
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
|
# Expects bash to be at /bin/bash
|
||||||
ivy-rtags = markBroken super.ivy-rtags;
|
ivy-rtags = markBroken super.ivy-rtags;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue