gnu: texlive-latex-fontspec: Propagate l3packages.
* gnu/packages/tex.scm (texlive-latex-fontspec)[inputs]: Remove texlive-latex-l3kernel. [propagated-inputs]: Add texlive-latex-l3packages.
This commit is contained in:
parent
2fea7041a3
commit
b80ecc5a63
|
@ -1555,8 +1555,8 @@ programming tools and kernel support. 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
|
||||
|
|
Loading…
Reference in New Issue