andreas pushed a commit to branch tex-team in repository guix. commit 71cda2a5f7d1c85c5de49d927b4780fcfec4cecd Author: Nicolas Goaziou <m...@nicolasgoaziou.fr> AuthorDate: Wed Apr 30 15:18:36 2025 +0200
gnu: python-sphinx-5: Fix build. * gnu/packages/sphinx.scm (python-sphinx-5)[native-inputs]: Add texlive-anyfontsize. Change-Id: Id94a00342e2c884b28ee680645a4857b9cd72b4e --- 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 8bd840e4c8..68a6eaa883 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -268,7 +268,7 @@ sources.") python-flit-core python-pytest (texlive-local-tree - (list texlive-cm-super texlive-tex-gyre)))))) + (list texlive-anyfontsize texlive-cm-super texlive-tex-gyre)))))) (define-public python-sphinxcontrib-apidoc (package