gnu: texlive-latex-fontspec: Propagate l3packages.

* gnu/packages/tex.scm (texlive-latex-fontspec)[inputs]: Remove
texlive-latex-l3kernel.
[propagated-inputs]: Add texlive-latex-l3packages.
master
Ricardo Wurmus 2019-01-14 15:42:32 +01:00
parent 2fea7041a3
commit b80ecc5a63
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1555,8 +1555,8 @@ programming tools and kernel sup­port. Packages provided in this release are:
(build-system texlive-build-system)
(arguments
'(#:tex-directory "latex/fontspec"))
(inputs
`(("texlive-latex-l3kernel" ,texlive-latex-l3kernel)))
(propagated-inputs
`(("texlive-latex-l3packages" ,texlive-latex-l3packages)))
(home-page "https://www.ctan.org/pkg/fontspec")
(synopsis "Advanced font selection in XeLaTeX and LuaLaTeX")
(description