andreas pushed a commit to branch tex-team
in repository guix.
commit 451ee20cc159b323d8a562e49a23641750410dc5
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Feb 25 00:23:48 2025 +0100
gnu: python-sphinx: Fix build.
* gnu/packages/sphinx.scm (python-sphinx)[native-inputs]: Add
texlive-anyfontsize.
Change-Id: I9e3777cb873b1c330bcfecac138e519670a829f5
---
gnu/packages/sphinx.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 6d789a3099..8bd840e4c8 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -157,7 +157,7 @@
python-flit-core
python-pytest
(texlive-local-tree
- (list texlive-cm-super texlive-tex-gyre))))
+ (list texlive-anyfontsize texlive-cm-super texlive-tex-gyre))))
(home-page "https://www.sphinx-doc.org")
(synopsis "Python documentation generator")
(description "Sphinx is a tool that makes it easy to create documentation