doc: build: Handle when guile source is packed with zstd.

* doc/build.scm (guile-manual): Also include zstd in PATH.

Change-Id: Iff49825fe84121bff777ed45c03fb14af0a0e719
This commit is contained in:
Florian Pelz 2024-09-01 23:32:56 +02:00
parent dcc84e668d
commit 0ba20c7634
No known key found for this signature in database
GPG key ID: 300888CB39C63817

View file

@ -1299,6 +1299,7 @@ (define guile-manual
(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"))