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>
This commit is contained in:
Thiago Jung Bauermann 2021-07-04 21:01:02 -03:00 committed by Ludovic Courtès
parent 8f35bac4cc
commit 35aed80bb6
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -8453,6 +8453,7 @@ (define-public texlive-latex-xkeyval
#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)