guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]