summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-06-28 15:02:51 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-09-04 14:49:37 +0200
commitd401df0d24bb56b730612adb985d546967400802 (patch)
tree55d6cd803e8de2cfce507ca4d70bdea6fb637e77 /pkgs
parenta787994fef5e38814835712c168e7d28d5df88e6 (diff)
downloadnixlib-d401df0d24bb56b730612adb985d546967400802.tar
nixlib-d401df0d24bb56b730612adb985d546967400802.tar.gz
nixlib-d401df0d24bb56b730612adb985d546967400802.tar.bz2
nixlib-d401df0d24bb56b730612adb985d546967400802.tar.lz
nixlib-d401df0d24bb56b730612adb985d546967400802.tar.xz
nixlib-d401df0d24bb56b730612adb985d546967400802.tar.zst
nixlib-d401df0d24bb56b730612adb985d546967400802.zip
texlive.xindy: fixup after 2016 update
It's unfortunate that our `substituteInPlace` passes some kinds of
errors in silence.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/typesetting/tex/texlive-new/bin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive-new/bin.nix b/pkgs/tools/typesetting/tex/texlive-new/bin.nix
index eaa78e84e8f6..ae082ddafd43 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)';"
   '';