me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 1 additions and 0 deletions

View File

@ -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)