From d401df0d24bb56b730612adb985d546967400802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Tue, 28 Jun 2016 15:02:51 +0200 Subject: [PATCH] texlive.xindy: fixup after 2016 update It's unfortunate that our `substituteInPlace` passes some kinds of errors in silence. --- pkgs/tools/typesetting/tex/texlive-new/bin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/typesetting/tex/texlive-new/bin.nix b/pkgs/tools/typesetting/tex/texlive-new/bin.nix index eaa78e84e8f..ae082ddafd4 100644 --- a/pkgs/tools/typesetting/tex/texlive-new/bin.nix +++ b/pkgs/tools/typesetting/tex/texlive-new/bin.nix @@ -255,7 +255,7 @@ xindy = stdenv.mkDerivation { prePatch = "cd utils/xindy"; # hardcode clisp location postPatch = '' - substituteInPlace xindy-?.?.?/user-commands/xindy.in \ + substituteInPlace xindy-*/user-commands/xindy.in \ --replace "our \$clisp = ( \$is_windows ? 'clisp.exe' : 'clisp' ) ;" \ "our \$clisp = '$(type -P clisp)';" '';