summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2025-04-30 15:18:36 +0200
committerAndreas Enge <andreas@enge.fr>2025-05-05 13:51:42 +0200
commit71cda2a5f7d1c85c5de49d927b4780fcfec4cecd (patch)
tree02a64f3ce8901cede078703097e5003402cf0212
parent7ae3fb96e55e6d161294d37e77404fbec3349f4a (diff)
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.scm2
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