guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

432/435: gnu: texlive-xetex: Create formats.


From: guix-commits
Subject: 432/435: gnu: texlive-xetex: Create formats.
Date: Tue, 6 Jun 2023 11:40:39 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit ae54481d64c7582754e08ebb8b56bd832bfc2073
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 387d790f9a..df23ec04d8 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]