ngz pushed a commit to branch tex-team
in repository guix.
commit c0a98fd3d167a692685c655a9305390a71021068
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat May 11 12:15:50 2024 +0200
gnu: texlive-bin: Do not build Xindy.
* gnu/packages/tex.scm (texlive-bin)[arguments]<#:configure-flags>: Do not
build Xindy.
Change-Id: I2b1c4e637fc93a5562c80b4037814044bf058982
---
gnu/packages/tex.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 066f60f2a6..bc9f5c32e4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -705,7 +705,8 @@ and should be preferred to it whenever a package would
otherwise depend on
"--disable-dvisvgm"
"--disable-kpathsea"
"--disable-psutils"
- "--disable-upmendex"))
+ "--disable-upmendex"
+ "--disable-xindy"))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'locate-external-kpathsea