From 3b34f33bb50159c80ca22c9354b24121266970a2 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 25 Feb 2025 00:23:48 +0100 Subject: [PATCH] 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 6d789a3099b1c20b3806a5ae3d277ea3974d1712..8bd840e4c8ed4dc07e561075d011156bb5f6c45a 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