mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
7bfc8cf966
commit
78ed0f9cf9
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue