[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/81: gnu: texlive-xcjk2uni: Fix build.
From: |
guix-commits |
Subject: |
12/81: gnu: texlive-xcjk2uni: Fix build. |
Date: |
Tue, 18 Jun 2024 04:40:13 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit 12520d767def05fc7d72cc6d98641b0bc15b1622
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jun 10 18:16:01 2024 +0200
gnu: texlive-xcjk2uni: Fix build.
* gnu/packages/tex.scm (texlive-xcjk2uni)[native-inputs]: Add
TEXLIVE-TTFUTILS.
Change-Id: Ie0ce595e781b07e8afd02f27df8933157ab761b9
---
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 84832dae5c..d0f04d2e31 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -46666,7 +46666,8 @@ for the user.")
"build/")
(setenv "TEXINPUTS" (string-append (getcwd) "/build:")))))))
(native-inputs
- (list (texlive-origin
+ (list texlive-ttfutils
+ (texlive-origin
"ctxdocstrip.tex" (number->string %texlive-revision)
(list "tex/generic/ctex/ctxdocstrip.tex")
(base32
- 01/81: gnu: texlive-libkpathsea: Fix TEXMFCACHE location., (continued)
- 01/81: gnu: texlive-libkpathsea: Fix TEXMFCACHE location., guix-commits, 2024/06/18
- 02/81: gnu: texlive-libkpathsea: Remove duplicate documentation., guix-commits, 2024/06/18
- 03/81: gnu: Add texlive-source., guix-commits, 2024/06/18
- 04/81: gnu: texlive-libkpathsea: Use TEXLIVE-SOURCE., guix-commits, 2024/06/18
- 05/81: gnu: texlive-libkpathsea: Better default values in "texmf.cnf"., guix-commits, 2024/06/18
- 07/81: gnu: texlive-updmap.cfg: Fix font file creation in $HOME., guix-commits, 2024/06/18
- 06/81: gnu: texlive-luatex: Set proper default values for "texmfcnf.lua"., guix-commits, 2024/06/18
- 09/81: gnu: Add texlive-libptexenc., guix-commits, 2024/06/18
- 11/81: gnu: tex.scm: Remove completed TODO., guix-commits, 2024/06/18
- 10/81: gnu: texlive-bin: Minimize build surface., guix-commits, 2024/06/18
- 12/81: gnu: texlive-xcjk2uni: Fix build.,
guix-commits <=
- 13/81: gnu: texlive-csplain: Fix build., guix-commits, 2024/06/18
- 08/81: gnu: texlive-context: Fix "context" call., guix-commits, 2024/06/18
- 18/81: gnu: Add texlive-texware-bin., guix-commits, 2024/06/18
- 16/81: gnu: Add texlive-omegaware-bin., guix-commits, 2024/06/18
- 15/81: gnu: Add texlive-mfware-bin., guix-commits, 2024/06/18
- 23/81: gnu: Add texlive-dvicopy-bin., guix-commits, 2024/06/18
- 17/81: gnu: Add texlive-fontware-bin., guix-commits, 2024/06/18
- 20/81: gnu: Add texlive-uptex-bin., guix-commits, 2024/06/18
- 27/81: gnu: Add texlive-hitex-bin., guix-commits, 2024/06/18
- 26/81: gnu: Add texlive-aleph-bin., guix-commits, 2024/06/18