mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
doc: Remove trailing #t in example.
* doc/guix.texi (Build Phases): Remove trailing #t in example.
This commit is contained in:
parent
c98f412de6
commit
054937f17d
1 changed files with 1 additions and 2 deletions
|
@ -9704,8 +9704,7 @@ phase before the @code{build} phase, called
|
|||
(substitute* "Makefile"
|
||||
(("PREFIX =.*")
|
||||
(string-append "PREFIX = "
|
||||
out "\n")))
|
||||
#true))))))))
|
||||
out "\n")))))))))))
|
||||
@end lisp
|
||||
|
||||
The new phase that is inserted is written as an anonymous procedure,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue