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
							
								
									09b984b77d
								
							
						
					
					
						commit
						2cf16f2c31
					
				
					 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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue