guix-commits
[Top][All Lists]
Advanced

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

13/137: gnu: texlive-csplain: Fix build.


From: guix-commits
Subject: 13/137: gnu: texlive-csplain: Fix build.
Date: Mon, 24 Jun 2024 18:26:34 -0400 (EDT)

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

commit 43fdffe215dda8fd37b2bc73107aca0fec85a733
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jun 12 21:17:37 2024 +0200

    gnu: texlive-csplain: Fix build.
    
    * gnu/packages/tex.scm (texlive-csplain)[native-inputs]: Add TEXLIVE-XETEX.
    
    Change-Id: I70499e39b16a2ebbd35aecc34278753c832bdd5c
---
 gnu/packages/tex.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d0f04d2e31..3bda364e1d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -48787,6 +48787,7 @@ available.")
     (arguments
      (list #:create-formats #~(list "csplain" "luacsplain" "pdfcsplain")))
     (build-system texlive-build-system)
+    (native-inputs (list texlive-xetex))
     (propagated-inputs
      (list texlive-cm
            texlive-cs



reply via email to

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