~ruther/guix-local

8207bdf26c3e91aa4aea5e6224c54162209ed55b — Nicolas Goaziou 1 year, 2 months ago b307bd8
gnu: python-sphinx-5: Fix build.

* gnu/packages/sphinx.scm (python-sphinx-5)[native-inputs]: Add texlive-anyfontsize.

Change-Id: Id94a00342e2c884b28ee680645a4857b9cd72b4e
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/sphinx.scm
M gnu/packages/sphinx.scm => gnu/packages/sphinx.scm +1 -1
@@ 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