andreas pushed a commit to branch tex-team
in repository guix.
commit 5e5858296764e47c85ed9d684f6627187d37626a
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 bf3bd48cea..bd1f854a26 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -152,7 +152,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