[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
- 139/141: gnu: texlive-extract: Skip build., (continued)
- 139/141: gnu: texlive-extract: Skip build., guix-commits, 2024/06/26
- 135/141: gnu: texlive-context: Fix context executable., guix-commits, 2024/06/26
- 127/141: gnu: texlive-mltex: Create missing symlinks., guix-commits, 2024/06/26
- 138/141: gnu: texlive-luatex: Generate "luatex.fmt" and "dviluatex.fmt"., guix-commits, 2024/06/26
- 141/141: gnu: texlive-xpinyin: Skip build., guix-commits, 2024/06/26
- 134/141: gnu: Update TeX Live to 2024.2., guix-commits, 2024/06/26
- 137/141: gnu: tex: Add comments about TeX Live updating process., guix-commits, 2024/06/26
- 128/141: gnu: texlive-optex: Create missing symlink., guix-commits, 2024/06/26
- 124/141: gnu: texlive-eplain: Create missing symlink., guix-commits, 2024/06/26
- 133/141: gnu: texlive-jadetex: Small refactoring., guix-commits, 2024/06/26
- 140/141: gnu: texlive-autopdf: Fix build.,
guix-commits <=
- 136/141: gnu: texlive-luajittex-bin: Skip build on ppc64le and riscv64 architectures., guix-commits, 2024/06/26