[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
- branch tex-team created (now 017657f215), guix-commits, 2024/06/24
- 01/137: gnu: texlive-libkpathsea: Fix TEXMFCACHE location., guix-commits, 2024/06/24
- 03/137: gnu: Add texlive-source., guix-commits, 2024/06/24
- 06/137: gnu: texlive-luatex: Set proper default values for "texmfcnf.lua"., guix-commits, 2024/06/24
- 13/137: gnu: texlive-csplain: Fix build.,
guix-commits <=
- 07/137: gnu: texlive-updmap.cfg: Fix font file creation in $HOME., guix-commits, 2024/06/24
- 04/137: gnu: texlive-libkpathsea: Use TEXLIVE-SOURCE., guix-commits, 2024/06/24
- 08/137: gnu: texlive-context: Fix "context" call., guix-commits, 2024/06/24
- 10/137: gnu: texlive-bin: Minimize build surface., guix-commits, 2024/06/24
- 12/137: gnu: texlive-xcjk2uni: Fix build., guix-commits, 2024/06/24
- 11/137: gnu: tex.scm: Remove completed TODO., guix-commits, 2024/06/24
- 02/137: gnu: texlive-libkpathsea: Remove duplicate documentation., guix-commits, 2024/06/24
- 15/137: gnu: Add texlive-mfware-bin., guix-commits, 2024/06/24
- 20/137: gnu: Add texlive-uptex-bin., guix-commits, 2024/06/24
- 16/137: gnu: Add texlive-omegaware-bin., guix-commits, 2024/06/24