[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/24: gnu: texlive-bin: Skip building axodraw2.
From: |
guix-commits |
Subject: |
13/24: gnu: texlive-bin: Skip building axodraw2. |
Date: |
Sat, 11 May 2024 10:53:20 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit 887c10f56843e9bfeaec946a48bb6346e494e5ec
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 0c8cf718fb..590872a7e9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -698,12 +698,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
@@ -4083,8 +4080,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"
- 07/24: gnu: Updated commentary in "tex.scm"., (continued)
- 07/24: gnu: Updated commentary in "tex.scm"., guix-commits, 2024/05/11
- 11/24: gnu: texlive-xindy: Refactor package., guix-commits, 2024/05/11
- 17/24: gnu: texlive-t1utils: Build executables., guix-commits, 2024/05/11
- 19/24: gnu: texlive-afm2pl: Build executables., guix-commits, 2024/05/11
- 20/24: gnu: Add texlive-libptexenc., guix-commits, 2024/05/11
- 09/24: gnu: texlive-dvisvgm: Build executables., guix-commits, 2024/05/11
- 24/24: gnu: texlive-ps2eps: Build executables., guix-commits, 2024/05/11
- 22/24: gnu: texlive-autosp: Build executables., guix-commits, 2024/05/11
- 03/24: gnu: texlive-psutils: Build executable., guix-commits, 2024/05/11
- 05/24: gnu: texlive-bin: Remove unnecessary phases., guix-commits, 2024/05/11
- 13/24: gnu: texlive-bin: Skip building axodraw2.,
guix-commits <=
- 01/24: gnu: texlive-libkpathsea: Fix TEXMFCACHE location., guix-commits, 2024/05/11
- 08/24: gnu: texlive-libkpathsea: Set sane values in "texmf.cnf"., guix-commits, 2024/05/11
- 10/24: gnu: texlive-upmendex: Build executables., guix-commits, 2024/05/11
- 06/24: gnu: texlive-bin: Remove conditional tests on some architectures., guix-commits, 2024/05/11
- 14/24: gnu: texlive-cjkutils: Build executables., guix-commits, 2024/05/11
- 16/24: gnu: texlive-lcdftypetools: Build executables., guix-commits, 2024/05/11
- 02/24: gnu: texlive-chktex: Fix runtime error., guix-commits, 2024/05/11
- 12/24: gnu: texlive-bin: Do not build Xindy., guix-commits, 2024/05/11
- 15/24: gnu: texlive-lacheck: Build executable., guix-commits, 2024/05/11
- 18/24: gnu: texlive-dvipng: Build executables., guix-commits, 2024/05/11