[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
432/452: gnu: texlive-xetex: Create formats.
From: |
guix-commits |
Subject: |
432/452: gnu: texlive-xetex: Create formats. |
Date: |
Fri, 9 Jun 2023 13:44:21 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 4da2e85c663121c78214488222951bb1a927615d
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
- 383/452: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 383/452: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 380/452: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 385/452: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 387/452: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 396/452: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/06/09
- 408/452: gnu: Add texlive-semaphor., guix-commits, 2023/06/09
- 409/452: gnu: Add texlive-knuth-local., guix-commits, 2023/06/09
- 411/452: guix: import: Fix Creative Common licenses in texlive importer., guix-commits, 2023/06/09
- 415/452: gnu: Add texlive-mfware., guix-commits, 2023/06/09
- 420/452: guix: Let texlive importer suggest format creation., guix-commits, 2023/06/09
- 432/452: gnu: texlive-xetex: Create formats.,
guix-commits <=
- 434/452: gnu: Clear or deprecate hyphen-related texlive packages or functions., guix-commits, 2023/06/09
- 451/452: gnu: Add texlive-scheme-basic., guix-commits, 2023/06/09
- 449/452: gnu: Add texlive-pspicture., guix-commits, 2023/06/09
- 452/452: gnu: Add texlive-scheme-minimal., guix-commits, 2023/06/09
- 115/452: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/06/09
- 117/452: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/06/09
- 116/452: gnu: Add texlive-regexpatch., guix-commits, 2023/06/09
- 127/452: gnu: Add texlive-newverbs., guix-commits, 2023/06/09
- 120/452: gnu: texlive-fonts-rsfs -> texlive-rsfs., guix-commits, 2023/06/09
- 128/452: gnu: Add texlive-svn-prov., guix-commits, 2023/06/09