civodul pushed a commit to branch master
in repository guix.
commit 054937f17d2de8c1e912113c32e4c1c071448dfc
Author: Ludovic Courtès <[email protected]>
AuthorDate: Thu Jun 23 17:43:40 2022 +0200
doc: Remove trailing #t in example.
* doc/guix.texi (Build Phases): Remove trailing #t in example.
---
doc/guix.texi | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index bbb7d0764d..9f3f1e39a4 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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,