mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +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";
|
||||
# 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)';"
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user