forked from mirrors/nixpkgs
Set xindy HOME to .
This commit is contained in:
parent
7c5fd6801b
commit
c9d55ae426
|
@ -314,7 +314,7 @@ xindy = stdenv.mkDerivation {
|
|||
inherit (common) src;
|
||||
|
||||
# If unset, xindy will try to mkdir /homeless-shelter
|
||||
HOME = "/tmp/homeless-shelter";
|
||||
HOME = ".";
|
||||
|
||||
prePatch = "cd utils/xindy";
|
||||
# hardcode clisp location
|
||||
|
|
Loading…
Reference in a new issue