gnu: texlive-autopdf: Fix build.

* gnu/packages/tex.scm (texlive-autopdf)[native-inputs]: Add TEXLIVE-ETOOLBOX,
TEXLIVE-CM-SUPER.

Change-Id: I7de8e56d5fd8001b5e5e8f45972726d646da7f65
This commit is contained in:
Nicolas Goaziou 2024-06-26 10:21:08 +02:00 committed by Ludovic Courtès
parent 7bfc8cf966
commit 78ed0f9cf9
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -92393,7 +92393,11 @@ (define-public texlive-autopdf
(build-system texlive-build-system)
(arguments (list #:tex-format "pdflatex"))
(native-inputs
(list (texlive-updmap.cfg (list texlive-catchfile texlive-hypdoc))))
(list (texlive-updmap.cfg
(list texlive-catchfile
texlive-cm-super
texlive-etoolbox
texlive-hypdoc))))
(home-page "https://ctan.org/pkg/autopdf")
(synopsis "Conversion of graphics to pdfLaTeX-compatible formats")
(description