From c9d55ae42600bd2ab5153a7ac473c4c26a897709 Mon Sep 17 00:00:00 2001 From: Benjamin Hipple Date: Wed, 1 Aug 2018 22:18:16 -0400 Subject: Set xindy HOME to . --- pkgs/tools/typesetting/tex/texlive/bin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools') diff --git a/pkgs/tools/typesetting/tex/texlive/bin.nix b/pkgs/tools/typesetting/tex/texlive/bin.nix index a6c6f712afd7..8e7551b4e410 100644 --- a/pkgs/tools/typesetting/tex/texlive/bin.nix +++ b/pkgs/tools/typesetting/tex/texlive/bin.nix @@ -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 -- cgit 1.4.1