mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: texlive-xetex: Create formats.
* gnu/packages/tex.scm (texlive-xetex)[arguments]: Create XELATEX and XETEX formats. [propagated-inputs]: Replace TEXLIVE-LATEX-BASE with TEXLIVE-LATEX.
This commit is contained in:
parent
7009cd5995
commit
fe9081b27d
1 changed files with 2 additions and 1 deletions
|
@ -13612,6 +13612,7 @@ (define-public texlive-xetex
|
|||
"15bjr41p9l5d6837hy3nrhkkylgv04b0150vysyg5730svh3fnan")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(arguments (list #:create-formats #~(list "xelatex" "xetex")))
|
||||
(propagated-inputs
|
||||
(list texlive-atbegshi
|
||||
texlive-atveryend
|
||||
|
@ -13625,7 +13626,7 @@ (define-public texlive-xetex
|
|||
texlive-l3backend
|
||||
texlive-l3kernel
|
||||
texlive-l3packages
|
||||
texlive-latex-base
|
||||
texlive-latex
|
||||
texlive-latex-fonts
|
||||
texlive-lm
|
||||
texlive-plain
|
||||
|
|
Loading…
Reference in a new issue