gnu: TeX Live: Add new dependency to texlive-latex-xkeyval
Starting with TeX Live 2021, texlive-latex-xkeyval depends on texlive-latex-l3backend. * gnu/packages/tex.scm(texlive-latex-xkeyval)[native-inputs]: Add ‘texlive-latex-l3backend’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
8f35bac4cc
commit
35aed80bb6
|
@ -8453,6 +8453,7 @@ are part of the LaTeX required tools distribution, comprising the packages:
|
|||
#t))))))
|
||||
(native-inputs
|
||||
`(("texlive-latex-base" ,texlive-latex-base)
|
||||
("texlive-latex-l3backend" ,texlive-latex-l3backend)
|
||||
("texlive-cm" ,texlive-cm)
|
||||
("texlive-lm" ,texlive-lm)
|
||||
("texlive-url" ,texlive-url)
|
||||
|
|
Reference in New Issue