diff options
author | Thiago Jung Bauermann <bauermann@kolabnow.com> | 2021-07-04 21:01:02 -0300 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-07-21 15:56:23 +0200 |
commit | 35aed80bb6a590f52366d10013e1c15757536127 (patch) | |
tree | 7c32e7d084442d251106cc8abfa8d575c7a34ff3 /gnu | |
parent | 8f35bac4cc2e860afeb22224e3e8d3f426c20e45 (diff) | |
download | guix-35aed80bb6a590f52366d10013e1c15757536127.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 4e382d31d2..8829cc9a37 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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) |