Archived
1
0
Fork 0

gnu: texlive-latex-base: Propagate ‘texlive-latex-l3backend’

Some packages need files from ‘texlive-latex-l3backend’ – which is a
supporting package of LaTeX3 – so propagate it from ‘texlive-latex-base’.

* gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Remove
‘texlive-latex-l3backend’ from the texlive union.
* gnu/packages/tex.scm (texlive-latex-base)[propagated-inputs]: Add
‘texlive-latex-l3backend’.
(texlive-latex-xkeyval)[native-inputs]: Remove ‘texlive-latex-l3backend’.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Thiago Jung Bauermann 2021-07-29 23:26:28 -03:00 committed by Ludovic Courtès
parent 5e4cdb5b3b
commit 2b6bf23c60
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
2 changed files with 1 additions and 2 deletions

View file

@ -349,7 +349,6 @@ as.POSIXct(if (\"\" != Sys.getenv(\"SOURCE_DATE_EPOCH\")) {\
texlive-latex-fancyvrb
texlive-latex-graphics
texlive-latex-hyperref
texlive-latex-l3backend
texlive-latex-oberdiek
texlive-latex-tools
texlive-latex-upquote

View file

@ -2869,6 +2869,7 @@ formats.")
("texlive-ukrhyph" ,texlive-ukrhyph)
("texlive-ruhyphen" ,texlive-ruhyphen)
("texlive-latex-l3kernel" ,texlive-latex-l3kernel)
("texlive-latex-l3backend" ,texlive-latex-l3backend)
;; TODO: This dependency isn't needed for LaTeX version 2021-06-01
;; and later. See:
;; https://tug.org/pipermail/tex-live/2021-June/047180.html
@ -8449,7 +8450,6 @@ 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)