mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
texlive.xindy: fixup after 2016 update
It's unfortunate that our `substituteInPlace` passes some kinds of errors in silence.
This commit is contained in:
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)';"
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user