diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-06-10 18:16:01 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:21 +0200 |
commit | f59d2e6d94fe8faf14feb9332bad2f2c5932853b (patch) | |
tree | 2da8d9bd6177d1958bdd268c66571622ed9b2a2f | |
parent | 6ee443d6fe986b15d2184fb8ebbe7cadd2c92829 (diff) | |
download | guix-f59d2e6d94fe8faf14feb9332bad2f2c5932853b.tar guix-f59d2e6d94fe8faf14feb9332bad2f2c5932853b.tar.gz |
gnu: texlive-xcjk2uni: Fix build.
* gnu/packages/tex.scm (texlive-xcjk2uni)[native-inputs]: Add TEXLIVE-TTFUTILS.
Change-Id: Ie0ce595e781b07e8afd02f27df8933157ab761b9
-rw-r--r-- | gnu/packages/tex.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 8e62238d28..58deef24a3 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -46667,7 +46667,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 |