diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-04-30 15:18:36 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-05-06 11:25:07 +0200 |
commit | 8207bdf26c3e91aa4aea5e6224c54162209ed55b (patch) | |
tree | 53cdfd3b32723adee6fbcc241030418d4055400b | |
parent | b307bd845638554137872d4e6998086c6eb7c120 (diff) | |
download | guix-8207bdf26c3e91aa4aea5e6224c54162209ed55b.tar.gz guix-8207bdf26c3e91aa4aea5e6224c54162209ed55b.zip |
gnu: python-sphinx-5: Fix build.
* gnu/packages/sphinx.scm (python-sphinx-5)[native-inputs]: Add texlive-anyfontsize.
Change-Id: Id94a00342e2c884b28ee680645a4857b9cd72b4e
-rw-r--r-- | gnu/packages/sphinx.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |