[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/53: gnu: texlive-bin: Skip building axodraw2.
From: |
guix-commits |
Subject: |
12/53: gnu: texlive-bin: Skip building axodraw2. |
Date: |
Mon, 13 May 2024 04:49:59 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit 386d1c324d2ad40bc7836ee01080844a39fd1606
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 11 12:22:48 2024 +0200
gnu: texlive-bin: Skip building axodraw2.
* gnu/packages/tex.scm (texlive-bin)[arguments]<#:configure-flags>: Disable
axodraw2 build.
* gnu/packages/tex.scm (texlive-axodraw2): Remove now obsolete comment.
Change-Id: Ie5b55fcaeb7f53a02766f60d730d6314fc128f5f
---
gnu/packages/tex.scm | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bc9f5c32e4..e86316b568 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -701,12 +701,9 @@ and should be preferred to it whenever a package would
otherwise depend on
"--disable-mfluajit")
'())
;; Disable tools built in other packages.
- "--disable-chktex"
- "--disable-dvisvgm"
- "--disable-kpathsea"
- "--disable-psutils"
- "--disable-upmendex"
- "--disable-xindy"))
+ #$@(map (lambda (p) (string-append "--disable-" p))
+ '("axodraw2" "chktex" "dvisvgm" "kpathsea" "psutils"
+ "upmendex" "xindy"))))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'locate-external-kpathsea
@@ -4086,8 +4083,6 @@ other parts.")
#:tests? #true
#:phases
#~(modify-phases %standard-phases
- ;; TODO: Since we're building "axohelp" from source here, it can be
- ;; removed from `texlive-bin' (world rebuild).
(add-after 'unpack 'build-axohelp
(lambda* (#:key tests? #:allow-other-keys)
(with-directory-excursion "source/latex/axodraw2"
- 09/53: gnu: texlive-upmendex: Build executable., (continued)
- 09/53: gnu: texlive-upmendex: Build executable., guix-commits, 2024/05/13
- 07/53: gnu: texlive-libkpathsea: Set sane values in "texmf.cnf"., guix-commits, 2024/05/13
- 10/53: gnu: texlive-xindy: Refactor package., guix-commits, 2024/05/13
- 11/53: gnu: texlive-bin: Do not build Xindy., guix-commits, 2024/05/13
- 15/53: gnu: texlive-lcdftypetools: Build executables., guix-commits, 2024/05/13
- 17/53: gnu: texlive-dvipng: Build executables., guix-commits, 2024/05/13
- 04/53: gnu: texlive-bin, texlive-kpathsea: Refer to TEXLIVE-SOURCE., guix-commits, 2024/05/13
- 08/53: gnu: texlive-dvisvgm: Build executables., guix-commits, 2024/05/13
- 13/53: gnu: texlive-cjkutils: Build executables., guix-commits, 2024/05/13
- 14/53: gnu: texlive-lacheck: Build executable., guix-commits, 2024/05/13
- 12/53: gnu: texlive-bin: Skip building axodraw2.,
guix-commits <=
- 16/53: gnu: texlive-t1utils: Build executables., guix-commits, 2024/05/13
- 18/53: gnu: texlive-afm2pl: Build executable., guix-commits, 2024/05/13
- 20/53: gnu: texlive-dvi2tty: Build executables., guix-commits, 2024/05/13
- 35/53: gnu: texlive-tex4ht: Build executables., guix-commits, 2024/05/13
- 23/53: gnu: texlive-ps2eps: Build executables., guix-commits, 2024/05/13
- 31/53: gnu: texlive-m-tx: Build executable., guix-commits, 2024/05/13
- 27/53: gnu: texlive-xml2pmx: Build executable., guix-commits, 2024/05/13
- 41/53: gnu: texlive-gregoriotex: Build executables., guix-commits, 2024/05/13
- 43/53: gnu: texlive-dvipos: Build executables., guix-commits, 2024/05/13
- 22/53: gnu: texlive-velthuis: Build executable., guix-commits, 2024/05/13