diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-02-25 00:23:48 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-05-06 11:25:06 +0200 |
commit | 3b34f33bb50159c80ca22c9354b24121266970a2 (patch) | |
tree | 9effdfc0a91d7a8a45bf79a908472b21e28d7d34 | |
parent | 9712d8daec74d629b93c56b4190503b96228d892 (diff) | |
download | guix-3b34f33bb50159c80ca22c9354b24121266970a2.tar.gz guix-3b34f33bb50159c80ca22c9354b24121266970a2.zip |
gnu: python-sphinx: Fix build.
* gnu/packages/sphinx.scm (python-sphinx)[native-inputs]: Add
texlive-anyfontsize.
Change-Id: I9e3777cb873b1c330bcfecac138e519670a829f5
-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 6d789a3099..8bd840e4c8 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -157,7 +157,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 |