emacs-php-auto-yasnippets: fix HOME
This commit is contained in:
parent
5867097d1f
commit
9ddd60138c
@ -163,6 +163,11 @@ self:
|
|||||||
(attrs.nativeBuildInputs or []) ++ [ external.git ];
|
(attrs.nativeBuildInputs or []) ++ [ external.git ];
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
# tries to write to $HOME
|
||||||
|
php-auto-yasnippets = super.php-auto-yasnippets.overrideAttrs (attrs: {
|
||||||
|
HOME = "/tmp";
|
||||||
|
});
|
||||||
|
|
||||||
# upstream issue: mismatched filename
|
# upstream issue: mismatched filename
|
||||||
processing-snippets = markBroken super.processing-snippets;
|
processing-snippets = markBroken super.processing-snippets;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user