[bug#59699] doc: Fix formatting for 'computed-file'.
Commit Message
From: Bruno Victal <mirai@makinata.eu>
* doc/guix.texi (G-Expressions): Fix formatting for 'computed-file'.
---
doc/guix.texi | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
base-commit: aaf1f18b8044142515ff868bcbd2b72b81ced3ec
@@ -11706,8 +11706,7 @@ This is the declarative counterpart of @code{text-file}.
@end deffn
@deffn {Scheme Procedure} computed-file @var{name} @var{gexp} @
- [#:local-build? #t]
- [#:options '()]
+ [#:local-build? #t] [#:options '()]
Return an object representing the store item @var{name}, a file or
directory computed by @var{gexp}. When @var{local-build?} is true (the
default), the derivation is built locally. @var{options} is a list of