[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
432/458: gnu: texlive-xetex: Create formats.
From: |
guix-commits |
Subject: |
432/458: gnu: texlive-xetex: Create formats. |
Date: |
Wed, 14 Jun 2023 05:23:27 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit d7938bf5a04793917b3876bb029212cbe7dd0cf5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jun 4 15:54:18 2023 +0200
gnu: texlive-xetex: Create formats.
* gnu/packages/tex.scm (texlive-xetex)[arguments]: Create XELATEX and XETEX
formats.
[propagated-inputs]: Replace TEXLIVE-LATEX-BASE with TEXLIVE-LATEX.
---
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 69546a48ea..5ef911f5de 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13612,6 +13612,7 @@ itself may be shipped out to the DVI file.")
"15bjr41p9l5d6837hy3nrhkkylgv04b0150vysyg5730svh3fnan")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
+ (arguments (list #:create-formats #~(list "xelatex" "xetex")))
(propagated-inputs
(list texlive-atbegshi
texlive-atveryend
@@ -13625,7 +13626,7 @@ itself may be shipped out to the DVI file.")
texlive-l3backend
texlive-l3kernel
texlive-l3packages
- texlive-latex-base
+ texlive-latex
texlive-latex-fonts
texlive-lm
texlive-plain
- 382/458: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 382/458: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 363/458: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 387/458: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 398/458: gnu: texlive-rsfs: Fix build., guix-commits, 2023/06/14
- 401/458: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/14
- 390/458: guix: import: Handle native inputs in texlive importer., guix-commits, 2023/06/14
- 385/458: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 399/458: gnu: texlive-eurosym: Fix build., guix-commits, 2023/06/14
- 417/458: gnu: texlive-texmf: Improve package style., guix-commits, 2023/06/14
- 411/458: guix: import: Fix Creative Common licenses in texlive importer., guix-commits, 2023/06/14
- 432/458: gnu: texlive-xetex: Create formats.,
guix-commits <=
- 436/458: guix: texlive importer: Fix build system and arguments for meta-packages., guix-commits, 2023/06/14
- 440/458: gnu: Add texlive-xdvi., guix-commits, 2023/06/14
- 448/458: gnu: Add texlive-pslatex., guix-commits, 2023/06/14
- 449/458: gnu: Add texlive-pspicture., guix-commits, 2023/06/14
- 451/458: gnu: Add texlive-scheme-basic., guix-commits, 2023/06/14
- 455/458: gnu: Deprecate texlive-base in favor of texlive-scheme-basic., guix-commits, 2023/06/14
- 145/458: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/06/14
- 147/458: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/06/14
- 213/458: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/06/14
- 225/458: gnu: Add texlive-xmltexconfig., guix-commits, 2023/06/14