gnu: texlive-xetex: Refresh package definition.
* gnu/packages/tex.scm (texlive-xetex): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-XETEXCONFIG. Re-order alphabetically.
This commit is contained in:
parent
9e3beaa3ac
commit
167c27f33f
1 changed files with 20 additions and 15 deletions
|
@ -13026,16 +13026,20 @@ itself may be shipped out to the DVI file.")
|
||||||
|
|
||||||
(define-public texlive-xetex
|
(define-public texlive-xetex
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-xetex")
|
||||||
"texlive-xetex"
|
(version (number->string %texlive-revision))
|
||||||
(list "/doc/man/man1/xetex.1"
|
(source (texlive-origin
|
||||||
"/doc/man/man1/xelatex.1"
|
name version
|
||||||
"/doc/xetex/base/"
|
(list "doc/man/man1/xelatex.1"
|
||||||
"/fonts/misc/xetex/fontmapping/base/"
|
"doc/man/man1/xelatex.man1.pdf"
|
||||||
"/tex/xelatex/xetexconfig/")
|
"doc/man/man1/xetex.1"
|
||||||
(base32
|
"doc/man/man1/xetex.man1.pdf"
|
||||||
"0j396anlhk5pqrnwxr8bpq55sp3qfyb6n9g08x4nmaa6p9b9y8ab")
|
"doc/xetex/base/"
|
||||||
#:trivial? #t))
|
"fonts/misc/xetex/fontmapping/base/")
|
||||||
|
(base32
|
||||||
|
"15bjr41p9l5d6837hy3nrhkkylgv04b0150vysyg5730svh3fnan")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list texlive-atbegshi
|
(list texlive-atbegshi
|
||||||
texlive-atveryend
|
texlive-atveryend
|
||||||
|
@ -13046,16 +13050,17 @@ itself may be shipped out to the DVI file.")
|
||||||
texlive-everyshi
|
texlive-everyshi
|
||||||
texlive-firstaid
|
texlive-firstaid
|
||||||
texlive-hyphen-base
|
texlive-hyphen-base
|
||||||
texlive-latex-base
|
|
||||||
texlive-latex-fonts
|
|
||||||
texlive-l3backend
|
texlive-l3backend
|
||||||
texlive-l3kernel
|
texlive-l3kernel
|
||||||
texlive-l3packages
|
texlive-l3packages
|
||||||
|
texlive-latex-base
|
||||||
|
texlive-latex-fonts
|
||||||
texlive-lm
|
texlive-lm
|
||||||
texlive-tex-ini-files
|
|
||||||
texlive-plain
|
texlive-plain
|
||||||
texlive-unicode-data))
|
texlive-tex-ini-files
|
||||||
(home-page "https://www.tug.org/texlive/")
|
texlive-unicode-data
|
||||||
|
texlive-xetexconfig))
|
||||||
|
(home-page "https://ctan.org/pkg/xetex")
|
||||||
(synopsis "Extended variant of TeX for use with Unicode sources")
|
(synopsis "Extended variant of TeX for use with Unicode sources")
|
||||||
(description
|
(description
|
||||||
"XeTeX is a TeX typesetting engine using Unicode and supporting modern font
|
"XeTeX is a TeX typesetting engine using Unicode and supporting modern font
|
||||||
|
|
Reference in a new issue