guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

140/141: gnu: texlive-autopdf: Fix build.


From: guix-commits
Subject: 140/141: gnu: texlive-autopdf: Fix build.
Date: Wed, 26 Jun 2024 06:35:11 -0400 (EDT)

ngz pushed a commit to branch tex-team
in repository guix.

commit 16450fae4262ed734448a0f3112044448d385011
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jun 26 10:21:08 2024 +0200

    gnu: texlive-autopdf: Fix build.
    
    * gnu/packages/tex.scm (texlive-autopdf)[native-inputs]: Add 
TEXLIVE-ETOOLBOX,
    TEXLIVE-CM-SUPER.
    
    Change-Id: I7de8e56d5fd8001b5e5e8f45972726d646da7f65
---
 gnu/packages/tex.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4076441272..44e5244301 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -92392,7 +92392,11 @@ equations that are referenced.  This operation is 
similar to the
     (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]