mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
889fe96307
commit
aaf86bbe1f
1 changed files with 1 additions and 0 deletions
|
@ -1411,6 +1411,7 @@ commit date (an integer)."
|
||||||
(setenv "PATH"
|
(setenv "PATH"
|
||||||
(string-append #+tar "/bin:"
|
(string-append #+tar "/bin:"
|
||||||
#+xz "/bin:"
|
#+xz "/bin:"
|
||||||
|
#+zstd "/bin:"
|
||||||
#+texinfo "/bin"))
|
#+texinfo "/bin"))
|
||||||
(invoke "tar" "xf" #$(package-source guile))
|
(invoke "tar" "xf" #$(package-source guile))
|
||||||
(mkdir-p (string-append #$output "/en/html_node"))
|
(mkdir-p (string-append #$output "/en/html_node"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue