[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/55: gnu: texlive-bin: Do not build Xindy.
From: |
guix-commits |
Subject: |
11/55: gnu: texlive-bin: Do not build Xindy. |
Date: |
Sat, 18 May 2024 10:33:25 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit c0a98fd3d167a692685c655a9305390a71021068
Author: Nicolas Goaziou <mail@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 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
- 02/55: gnu: texlive-chktex: Fix runtime error., (continued)
- 02/55: gnu: texlive-chktex: Fix runtime error., guix-commits, 2024/05/18
- 04/55: gnu: texlive-bin, texlive-kpathsea: Refer to TEXLIVE-SOURCE., guix-commits, 2024/05/18
- 03/55: gnu: texlive-psutils: Build executables., guix-commits, 2024/05/18
- 05/55: gnu: texlive-bin: Remove unnecessary phases., guix-commits, 2024/05/18
- 06/55: gnu: texlive-bin: Remove conditional tests on some architectures., guix-commits, 2024/05/18
- 07/55: gnu: texlive-libkpathsea: Set sane values in "texmf.cnf"., guix-commits, 2024/05/18
- 08/55: gnu: texlive-dvisvgm: Build executables., guix-commits, 2024/05/18
- 09/55: gnu: texlive-upmendex: Build executable., guix-commits, 2024/05/18
- 10/55: gnu: texlive-xindy: Refactor package., guix-commits, 2024/05/18
- 12/55: gnu: texlive-bin: Skip building axodraw2., guix-commits, 2024/05/18
- 11/55: gnu: texlive-bin: Do not build Xindy.,
guix-commits <=
- 15/55: gnu: texlive-lcdftypetools: Build executables., guix-commits, 2024/05/18
- 13/55: gnu: texlive-cjkutils: Build executables., guix-commits, 2024/05/18
- 14/55: gnu: texlive-lacheck: Build executable., guix-commits, 2024/05/18
- 16/55: gnu: texlive-t1utils: Build executables., guix-commits, 2024/05/18
- 17/55: gnu: texlive-dvipng: Build executables., guix-commits, 2024/05/18
- 18/55: gnu: texlive-afm2pl: Build executable., guix-commits, 2024/05/18
- 20/55: gnu: texlive-dvi2tty: Build executables., guix-commits, 2024/05/18
- 21/55: gnu: texlive-autosp: Build executable., guix-commits, 2024/05/18
- 22/55: gnu: texlive-velthuis: Build executable., guix-commits, 2024/05/18
- 23/55: gnu: texlive-ps2eps: Build executables., guix-commits, 2024/05/18