[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/97: gnu: texlive-xcjk2uni: Fix build.
From: |
guix-commits |
Subject: |
12/97: gnu: texlive-xcjk2uni: Fix build. |
Date: |
Fri, 21 Jun 2024 08:22:46 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit e1f6cdaf810413322e863c64c810aef92b2cfb25
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
- 13/97: gnu: texlive-csplain: Fix build., (continued)
- 13/97: gnu: texlive-csplain: Fix build., guix-commits, 2024/06/21
- 11/97: gnu: tex.scm: Remove completed TODO., guix-commits, 2024/06/21
- 16/97: gnu: Add texlive-omegaware-bin., guix-commits, 2024/06/21
- 18/97: gnu: Add texlive-texware-bin., guix-commits, 2024/06/21
- 09/97: gnu: Add texlive-libptexenc., guix-commits, 2024/06/21
- 17/97: gnu: Add texlive-fontware-bin., guix-commits, 2024/06/21
- 01/97: gnu: texlive-libkpathsea: Fix TEXMFCACHE location., guix-commits, 2024/06/21
- 07/97: gnu: texlive-updmap.cfg: Fix font file creation in $HOME., guix-commits, 2024/06/21
- 08/97: gnu: texlive-context: Fix "context" call., guix-commits, 2024/06/21
- 05/97: gnu: texlive-libkpathsea: Better default values in "texmf.cnf"., guix-commits, 2024/06/21
- 12/97: gnu: texlive-xcjk2uni: Fix build.,
guix-commits <=
- 10/97: gnu: texlive-bin: Minimize build surface., guix-commits, 2024/06/21
- 15/97: gnu: Add texlive-mfware-bin., 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
- 22/97: gnu: Add texlive-bibtex-bin., guix-commits, 2024/06/21
- 23/97: gnu: Add texlive-dvicopy-bin., guix-commits, 2024/06/21
- 26/97: gnu: Add texlive-aleph-bin., guix-commits, 2024/06/21
- 30/97: gnu: Add texlive-autosp-bin., guix-commits, 2024/06/21
- 32/97: gnu: Add texlive-pmx-bin., guix-commits, 2024/06/21
- 31/97: gnu: Add texlive-gregoriotex-bin., guix-commits, 2024/06/21