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

pelzflorian pushed a commit to branch version-1.4.0
in repository guix.

The following commit(s) were added to refs/heads/version-1.4.0 by this push:
     new aaf86bbe1f doc: build: Handle when guile source is packed with zstd.
aaf86bbe1f is described below

commit aaf86bbe1fbfc38f3e1f77fb5d7e7aea0b749385
Author: Florian Pelz <pelzflor...@pelzflorian.de>
AuthorDate: Sun Sep 1 23:32:56 2024 +0200

    doc: build: Handle when guile source is packed with zstd.
    
    * doc/build.scm (guile-manual): Also include zstd in PATH.
    
    Change-Id: Iff49825fe84121bff777ed45c03fb14af0a0e719
---
 doc/build.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/build.scm b/doc/build.scm
index 345909bd57..f773082318 100644
--- a/doc/build.scm
+++ b/doc/build.scm
@@ -1411,6 +1411,7 @@ commit date (an integer)."
                          (setenv "PATH"
                                  (string-append #+tar "/bin:"
                                                 #+xz "/bin:"
+                                                #+zstd "/bin:"
                                                 #+texinfo "/bin"))
                          (invoke "tar" "xf" #$(package-source guile))
                          (mkdir-p (string-append #$output "/en/html_node"))

Reply via email to