[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/137: gnu: texlive-xcjk2uni: Fix build.
From: |
guix-commits |
Subject: |
12/137: gnu: texlive-xcjk2uni: Fix build. |
Date: |
Mon, 24 Jun 2024 18:26:33 -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
- 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, 2024/06/24
- 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 <=
- 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
- 05/137: gnu: texlive-libkpathsea: Better default values in "texmf.cnf"., guix-commits, 2024/06/24
- 09/137: gnu: Add texlive-libptexenc., guix-commits, 2024/06/24
- 14/137: gnu: texlive-latex-bin: Create symlinks for "latex" variants., guix-commits, 2024/06/24
- 17/137: gnu: Add texlive-fontware-bin., guix-commits, 2024/06/24
- 18/137: gnu: Add texlive-texware-bin., guix-commits, 2024/06/24