ngz pushed a commit to branch tex-team
in repository guix.

commit 5688ba5e229bd2c0ef5790a529a4725b342ab4e6
Author: Nicolas Goaziou <m...@nicolasgoaziou.fr>
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 418d7cc862..0c8cf718fb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -702,7 +702,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

Reply via email to