From unknown Tue Jun 17 19:54:16 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#59699 <59699@debbugs.gnu.org> To: bug#59699 <59699@debbugs.gnu.org> Subject: Status: [DOCUMENTATION] [PATCH] doc: Fix formatting for 'computed-file'. Reply-To: bug#59699 <59699@debbugs.gnu.org> Date: Wed, 18 Jun 2025 02:54:16 +0000 retitle 59699 [DOCUMENTATION] [PATCH] doc: Fix formatting for 'computed-fil= e'. reassign 59699 guix-patches submitter 59699 mirai@makinata.eu severity 59699 normal tag 59699 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 29 16:22:27 2022 Received: (at submit) by debbugs.gnu.org; 29 Nov 2022 21:22:27 +0000 Received: from localhost ([127.0.0.1]:56423 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p083f-0000ub-6R for submit@debbugs.gnu.org; Tue, 29 Nov 2022 16:22:27 -0500 Received: from lists.gnu.org ([209.51.188.17]:34844) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p083e-0000uV-7E for submit@debbugs.gnu.org; Tue, 29 Nov 2022 16:22:26 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p083e-0007fC-2Q for guix-patches@gnu.org; Tue, 29 Nov 2022 16:22:26 -0500 Received: from smtpmciv3.myservices.hosting ([185.26.107.239]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p083c-0007Y4-Kn for guix-patches@gnu.org; Tue, 29 Nov 2022 16:22:25 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.172]) by smtpmciv3.myservices.hosting (Postfix) with ESMTP id DD277202DC for ; Tue, 29 Nov 2022 22:22:09 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 97E5680097; Tue, 29 Nov 2022 22:22:09 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-1.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id IAhPitzm04Yk; Tue, 29 Nov 2022 22:22:09 +0100 (CET) Received: from guix-nuc.home.arpa (bl12-93-156.dsl.telepac.pt [85.245.93.156]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 0407D80093; Tue, 29 Nov 2022 22:22:08 +0100 (CET) From: mirai@makinata.eu To: guix-patches@gnu.org Subject: [PATCH] doc: Fix formatting for 'computed-file'. Date: Tue, 29 Nov 2022 21:21:59 +0000 Message-Id: X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.26.107.239; envelope-from=mirai@makinata.eu; helo=smtpmciv3.myservices.hosting X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Bruno Victal X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) From: Bruno Victal * 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 From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 06 18:57:02 2022 Received: (at control) by debbugs.gnu.org; 6 Dec 2022 23:57:02 +0000 Received: from localhost ([127.0.0.1]:45912 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p2ho6-0003Qu-GT for submit@debbugs.gnu.org; Tue, 06 Dec 2022 18:57:02 -0500 Received: from smtpmciv5.myservices.hosting ([185.26.107.241]:38980) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p2ho5-0003QX-6G for control@debbugs.gnu.org; Tue, 06 Dec 2022 18:57:01 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.172]) by smtpmciv5.myservices.hosting (Postfix) with ESMTP id DB97920CBC for ; Wed, 7 Dec 2022 00:56:56 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 90E5C80098 for ; Wed, 7 Dec 2022 00:56:56 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-1.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id psYOdFEJsh4t for ; Wed, 7 Dec 2022 00:56:56 +0100 (CET) Received: from [192.168.1.239] (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 530E580097 for ; Wed, 7 Dec 2022 00:56:56 +0100 (CET) Message-ID: <0c5193c7-ab27-27f2-95fd-ba6ca4eb17b6@makinata.eu> Date: Tue, 6 Dec 2022 23:56:47 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 Content-Language: en-US To: control From: mirai Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: retitle 59699 [DOCUMENTATION] [PATCH] doc: Fix formatting for 'computed-file'. retitle 59700 [DOCUMENTATION] [PATCH] doc: Move %facebook-host-aliases to operating-system. retitle 59712 [DOCUMENTATION] [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) retitle 59699 [DOCUMENTATION] [PATCH] doc: Fix formatting for 'computed-file'. retitle 59700 [DOCUMENTATION] [PATCH] doc: Move %facebook-host-aliases to operating-system. retitle 59712 [DOCUMENTATION] [PATCH] doc: Suggest guile-readline and guile-colorized. quit From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 14 06:04:06 2022 Received: (at control) by debbugs.gnu.org; 14 Dec 2022 11:04:06 +0000 Received: from localhost ([127.0.0.1]:38340 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p5PYT-0008AG-W4 for submit@debbugs.gnu.org; Wed, 14 Dec 2022 06:04:06 -0500 Received: from eggs.gnu.org ([209.51.188.92]:40244) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p5PYR-00089Y-Ql for control@debbugs.gnu.org; Wed, 14 Dec 2022 06:04:04 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p5PYM-0006LW-GJ for control@debbugs.gnu.org; Wed, 14 Dec 2022 06:03:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:Subject:From:To:Date:in-reply-to: references; bh=wSl1Ec7wjXW0GXH6k+GGOnBVYjD4jZwj/wrbB1Q/RdU=; b=mrxjEoaUkhKkiu IWAVtbb+IR3xNIDeZXFK4h596GUkoNKXGM/9dmWRSQN3iiBHuH9Tvn3lsERov3LFes12urT7oA/I0 Vx1rloU48hkFH9oD0P/Lm9ivSkSszIkF9la+rhOdIovoDLBKMI9IhzdhpW/9Ybdgg/fJpYPxYJABf PvTUWzQqTiYnVrC/WrTIRTlhieUd/zrBJ7Z7Xzi18bGbGdu4nvEqSS/AUo8DgRtIvwhZtPUC6NtKb F/oDQ73yGaD6vza3aHFug6AN05CpmmLcKM14HXO7CO03cNsFu6dRJFP7MutRprsJD7y2lOQ1c60wF T+IxdRNMmBAErYdmOKhA==; Received: from eduroam-111172.grenet.fr ([130.190.111.172] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p5PYI-0006tF-Jx for control@debbugs.gnu.org; Wed, 14 Dec 2022 06:03:56 -0500 Date: Wed, 14 Dec 2022 12:03:53 +0100 Message-Id: <87edt2tffq.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #59699 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 59699 quit From unknown Tue Jun 17 19:54:16 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 11 Jan 2023 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator