mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: texlive-xcjk2uni: Fix build.
* gnu/packages/tex.scm (texlive-xcjk2uni)[native-inputs]: Add TEXLIVE-TTFUTILS. Change-Id: Ie0ce595e781b07e8afd02f27df8933157ab761b9
This commit is contained in:
parent
6ee443d6fe
commit
f59d2e6d94
1 changed files with 2 additions and 1 deletions
|
@ -46667,7 +46667,8 @@ (define-public texlive-xcjk2uni
|
|||
"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
|
||||
|
|
Loading…
Reference in a new issue