From e32c098f5d5c3d677f8c88a6f4dadd0da141f51d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 16 Jun 2025 17:21:25 +0200 Subject: =?UTF-8?q?doc:=20Update=20build=20machinery=20for=20today?= =?UTF-8?q?=E2=80=99s=20=E2=80=98master=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This updates TeX Live package names to match what’s available in today’s ‘master’ branch since ‘master’ is what is used to build the on-line copy of the manual. * doc/build.scm (pdf-manual)[texinfo-profile]: Update TeX Live package names. Change-Id: I5db327e1543a1f9a8697bf3b1b65ab50959efdc4 --- doc/build.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/build.scm b/doc/build.scm index b1ef278508c..94d7156d93e 100644 --- a/doc/build.scm +++ b/doc/build.scm @@ -1025,11 +1025,11 @@ makeinfo OPTIONS." sed tar texinfo - texlive-base + texlive-scheme-basic texlive-bin ;for GUIX_TEXMF texlive-epsf - texlive-fonts-ec - texlive-tex-texinfo))))) + texlive-ec + texlive-texinfo))))) (define build (with-imported-modules '((guix build utils)) -- cgit v1.2.3