This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2e1ead7c8b doc: Fix building documentation on Berlin.
2e1ead7c8b is described below

commit 2e1ead7c8b449b58d571d8f16c1586b675c13ab4
Author: Maxim Cournoyer <maxim.courno...@gmail.com>
AuthorDate: Fri May 9 11:36:43 2025 +0900

    doc: Fix building documentation on Berlin.
    
    This reverts 4df6eda30f92dd09a7b5839514fab971b5633a0d ("gnu: Rename
    `texlive-updmap.cfg' into `texlive-local-tree'.") just for doc/build.scm.
    
    As the build farm uses 'guix' as provided by the guix-daemon; an updated to 
the
    guix package and reconfiguration of Berlin would be required to fix building
    the latest development manual.  Use the deprecated texlive-updmap.cfg 
binding
    for now.
    
    * doc/build.scm (pdf-manual): Revert to use texlive-updmap.cfg for now.
    
    Change-Id: I133deaa7a345e711a99ea469ec6fecfde9c729de
---
 doc/build.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/build.scm b/doc/build.scm
index 22d8d18ae1..9088e99e53 100644
--- a/doc/build.scm
+++ b/doc/build.scm
@@ -912,7 +912,10 @@ makeinfo OPTIONS."
                      sed
                      tar
                      texinfo
-                     (texlive-local-tree
+                     ;; This deprecated symbol should not be updated, as the
+                     ;; build farm's Guix (that comes from the guix-daemon
+                     ;; package) doesn't know about it yet.
+                     (texlive-updmap.cfg
                       (list texlive-epsf texlive-texinfo)))))))
 
   (define build

Reply via email to