texlive.xindy: fixup after 2016 update

It's unfortunate that our `substituteInPlace` passes some kinds of
errors in silence.
This commit is contained in:
Vladimír Čunát
2016-09-04 14:49:37 +02:00
parent a787994fef
commit d401df0d24
@@ -255,7 +255,7 @@ xindy = stdenv.mkDerivation {
prePatch = "cd utils/xindy"; prePatch = "cd utils/xindy";
# hardcode clisp location # hardcode clisp location
postPatch = '' postPatch = ''
substituteInPlace xindy-?.?.?/user-commands/xindy.in \ substituteInPlace xindy-*/user-commands/xindy.in \
--replace "our \$clisp = ( \$is_windows ? 'clisp.exe' : 'clisp' ) ;" \ --replace "our \$clisp = ( \$is_windows ? 'clisp.exe' : 'clisp' ) ;" \
"our \$clisp = '$(type -P clisp)';" "our \$clisp = '$(type -P clisp)';"
''; '';