From debbugs-submit-bounces@debbugs.gnu.org Tue May 26 09:40:59 2020 Received: (at 41539) by debbugs.gnu.org; 26 May 2020 13:40:59 +0000 Received: from localhost ([127.0.0.1]:44440 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jdZpA-0000M7-1y for submit@debbugs.gnu.org; Tue, 26 May 2020 09:40:59 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:50391) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jdZp7-0000Ls-Qx for 41539@debbugs.gnu.org; Tue, 26 May 2020 09:40:54 -0400 Received: from localhost.localdomain (mqu44-1-78-248-96-161.fbx.proxad.net [78.248.96.161]) (Authenticated sender: mail@ambrevar.xyz) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 0F724200002 for <41539@debbugs.gnu.org>; Tue, 26 May 2020 13:40:46 +0000 (UTC) From: Pierre Neidhardt To: 41539@debbugs.gnu.org Subject: [PATCH 2/2] doc: Add example to calculate the size a system. Date: Tue, 26 May 2020 15:40:41 +0200 Message-Id: <20200526134041.6014-1-mail@ambrevar.xyz> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.8 (+) 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: * doc/guix.texi (Invoking `guix size'): Add guix size example for store item. --- doc/guix.texi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index 4dbbf96db9..0c4067b52e 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -10110,6 +10110,13 @@ libraries. (That libc and GCC's libraries represent a la [...] Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.178.232 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 2.0 FROM_SUSPICIOUS_NTLD_FP From abused NTLD X-Debbugs-Envelope-To: 41539 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.2 (-) * doc/guix.texi (Invoking `guix size'): Add guix size example for store item. --- doc/guix.texi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index 4dbbf96db9..0c4067b52e 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -10110,6 +10110,13 @@ libraries. (That libc and GCC's libraries represent a large fraction of the closure is not a problem @i{per se} because they are always available on the system anyway.) +Since the command also accepts store file names, assessing the size of +a build result is straightforward: + +@example +guix size $(guix system build config.scm) +@end example + When the package(s) passed to @command{guix size} are available in the store@footnote{More precisely, @command{guix size} looks for the @emph{ungrafted} variant of the given package(s), as returned by -- 2.26.2