guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#59699] [PATCH] doc: Fix formatting for 'computed-file'.


From: mirai
Subject: [bug#59699] [PATCH] doc: Fix formatting for 'computed-file'.
Date: Tue, 29 Nov 2022 21:21:59 +0000

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(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 47b805dc7f..57d7ea0218 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

base-commit: aaf1f18b8044142515ff868bcbd2b72b81ced3ec
-- 
2.38.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]