3
0
Fork 0
forked from mirrors/nixpkgs

Set xindy HOME to .

This commit is contained in:
Benjamin Hipple 2018-08-01 22:18:16 -04:00 committed by Uli Baum
parent 7c5fd6801b
commit c9d55ae426

View file

@ -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