diff options
author | Bruno Victal <mirai@makinata.eu> | 2022-11-29 21:21:59 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-12-14 12:44:02 +0100 |
commit | dcfd97b42ebfaf2f56050d3c0f777b0e539b3edc (patch) | |
tree | 631426dcd67ab0dbe1cb2c7d00c57cb869b37b5e | |
parent | a312bc9cd8a80543cddd8a14295aa85a8102bc55 (diff) | |
download | guix-dcfd97b42ebfaf2f56050d3c0f777b0e539b3edc.tar.gz |
doc: Fix formatting for 'computed-file'.
* doc/guix.texi (G-Expressions): Fix formatting for 'computed-file'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index b270964542..30674dab1e 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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 |