[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/97: gnu: texlive-csplain: Fix build.
From: |
guix-commits |
Subject: |
13/97: gnu: texlive-csplain: Fix build. |
Date: |
Fri, 21 Jun 2024 06:40:56 -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 bbebfd9a98), guix-commits, 2024/06/21
- 01/97: gnu: texlive-libkpathsea: Fix TEXMFCACHE location., guix-commits, 2024/06/21
- 02/97: gnu: texlive-libkpathsea: Remove duplicate documentation., guix-commits, 2024/06/21
- 03/97: gnu: Add texlive-source., guix-commits, 2024/06/21
- 04/97: gnu: texlive-libkpathsea: Use TEXLIVE-SOURCE., guix-commits, 2024/06/21
- 06/97: gnu: texlive-luatex: Set proper default values for "texmfcnf.lua"., guix-commits, 2024/06/21
- 10/97: gnu: texlive-bin: Minimize build surface., guix-commits, 2024/06/21
- 11/97: gnu: tex.scm: Remove completed TODO., guix-commits, 2024/06/21
- 13/97: gnu: texlive-csplain: Fix build.,
guix-commits <=
- 08/97: gnu: texlive-context: Fix "context" call., guix-commits, 2024/06/21
- 09/97: gnu: Add texlive-libptexenc., guix-commits, 2024/06/21
- 05/97: gnu: texlive-libkpathsea: Better default values in "texmf.cnf"., guix-commits, 2024/06/21
- 07/97: gnu: texlive-updmap.cfg: Fix font file creation in $HOME., guix-commits, 2024/06/21
- 12/97: gnu: texlive-xcjk2uni: Fix build., guix-commits, 2024/06/21
- 20/97: gnu: Add texlive-uptex-bin., guix-commits, 2024/06/21
- 21/97: gnu: Add texlive-ptex-bin., guix-commits, 2024/06/21
- 16/97: gnu: Add texlive-omegaware-bin., guix-commits, 2024/06/21
- 24/97: gnu: Add texlive-dvipdfmx-bin., guix-commits, 2024/06/21
- 15/97: gnu: Add texlive-mfware-bin., guix-commits, 2024/06/21