From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34352) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iFPCg-0005Cu-Tb for guix-patches@gnu.org; Tue, 01 Oct 2019 16:57:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iFPCf-0004FB-PU for guix-patches@gnu.org; Tue, 01 Oct 2019 16:57:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54375) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iFPCf-0004F3-ML for guix-patches@gnu.org; Tue, 01 Oct 2019 16:57:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iFPCf-0003zs-KA for guix-patches@gnu.org; Tue, 01 Oct 2019 16:57:01 -0400 Subject: [bug#37525] [PATCH v2 3/3] updated docs for import crate Resent-Message-ID: From: Martin Becze Date: Tue, 1 Oct 2019 16:54:58 -0400 Message-Id: <20191001205458.20926-3-mjbecze@riseup.net> In-Reply-To: <20191001205458.20926-1-mjbecze@riseup.net> References: <20191001205458.20926-1-mjbecze@riseup.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37525@debbugs.gnu.org Cc: Martin Becze * doc/guix.texi update docs --- This fixes a bug in the prevous patch. And adds better commits to the git log! doc/guix.texi | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index 14c4514b31..a49c9d2b26 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -9054,8 +9054,14 @@ in Guix. Import metadata from the crates.io Rust package repository @uref{https://crates.io, crates.io}, as in this example: +@item --recursive +@itemx -r +Traverse the dependency graph of the given upstream package recursively +and generate package expressions for all those packages that are not yet +in Guix. + @example -guix import crate blake2-rfc +guix import crate -r blake2-rfc @end example The crate importer also allows you to specify a version string: -- 2.23.0