3
0
Fork 0
forked from mirrors/nixpkgs

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-06-28 15:02:51 +02:00
parent a787994fef
commit d401df0d24

View file

@ -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)';"
'';