mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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>
This commit is contained in:
parent
a312bc9cd8
commit
dcfd97b42e
1 changed files with 1 additions and 2 deletions
|
@ -11706,8 +11706,7 @@ This is the declarative counterpart of @code{text-file}.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn {Scheme Procedure} computed-file @var{name} @var{gexp} @
|
@deffn {Scheme Procedure} computed-file @var{name} @var{gexp} @
|
||||||
[#:local-build? #t]
|
[#:local-build? #t] [#:options '()]
|
||||||
[#:options '()]
|
|
||||||
Return an object representing the store item @var{name}, a file or
|
Return an object representing the store item @var{name}, a file or
|
||||||
directory computed by @var{gexp}. When @var{local-build?} is true (the
|
directory computed by @var{gexp}. When @var{local-build?} is true (the
|
||||||
default), the derivation is built locally. @var{options} is a list of
|
default), the derivation is built locally. @var{options} is a list of
|
||||||
|
|
Loading…
Reference in a new issue