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

commit ce4f3a87d2e52a1e2af50e0fe19d25179fb2dfdb
Author: Nicolas Goaziou <m...@nicolasgoaziou.fr>
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

Reply via email to