[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/75: gnu: texlive-xcjk2uni: Fix build.
From: |
guix-commits |
Subject: |
11/75: gnu: texlive-xcjk2uni: Fix build. |
Date: |
Mon, 10 Jun 2024 12:24:28 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit 5cadd842e18f3d66502c0653245d8dc41bb03c3e
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 74450e7add..f35d4e5eaf 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -46645,7 +46645,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/75: gnu: texlive-libkpathsea: Fix TEXMFCACHE location., (continued)
- 01/75: gnu: texlive-libkpathsea: Fix TEXMFCACHE location., guix-commits, 2024/06/10
- 02/75: gnu: texlive-libkpathsea: Remove duplicate documentation., guix-commits, 2024/06/10
- 03/75: gnu: Add texlive-source., guix-commits, 2024/06/10
- 06/75: gnu: texlive-luatex: Set proper default values for "texmfcnf.lua"., guix-commits, 2024/06/10
- 05/75: gnu: texlive-libkpathsea: Better default values in "texmf.cnf"., guix-commits, 2024/06/10
- 07/75: gnu: texlive-context: Fix "context" call., guix-commits, 2024/06/10
- 08/75: gnu: Add texlive-libptexenc., guix-commits, 2024/06/10
- 10/75: gnu: tex.scm: Remove completed TODO., guix-commits, 2024/06/10
- 04/75: gnu: texlive-libkpathsea: Use TEXLIVE-SOURCE., guix-commits, 2024/06/10
- 09/75: gnu: texlive-bin: Minimize build surface., guix-commits, 2024/06/10
- 11/75: gnu: texlive-xcjk2uni: Fix build.,
guix-commits <=
- 13/75: gnu: texlive-latex-bin: Create symlinks for "latex" variants., guix-commits, 2024/06/10
- 15/75: gnu: Add texlive-omegaware-bin., guix-commits, 2024/06/10
- 17/75: gnu: Add texlive-texware-bin., guix-commits, 2024/06/10
- 20/75: gnu: Add texlive-ptex-bin., guix-commits, 2024/06/10
- 14/75: gnu: Add texlive-mfware-bin., guix-commits, 2024/06/10
- 12/75: gnu: texlive-luatex: Fix build., guix-commits, 2024/06/10
- 16/75: gnu: Add texlive-fontware-bin., guix-commits, 2024/06/10
- 19/75: gnu: Add texlive-uptex-bin., guix-commits, 2024/06/10
- 18/75: gnu: Add texlive-patgen-bin., guix-commits, 2024/06/10
- 21/75: gnu: Add texlive-bibtex-bin., guix-commits, 2024/06/10