ngz pushed a commit to branch tex-team
in repository guix.

commit e1f6cdaf810413322e863c64c810aef92b2cfb25
Author: Nicolas Goaziou <m...@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

Reply via email to