summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Becze <mjbecze@riseup.net>2019-10-01 16:54:57 -0400
committerLudovic Courtès <ludo@gnu.org>2019-10-01 23:34:31 +0200
commited661e38d8ce3c4efa5c495b2c34ba86e1e43290 (patch)
treed853a8c1aad50cd571c0f44d4d9d0213b2eb60dc /doc
parentf8372932027680a1f2f1b41ea8e19c12bb7d7070 (diff)
downloadpatches-ed661e38d8ce3c4efa5c495b2c34ba86e1e43290.tar
patches-ed661e38d8ce3c4efa5c495b2c34ba86e1e43290.tar.gz
import: crate: Add '--recursive'.
* guix/scripts/import/crate.scm (show-help, guix-import-crate): Add '--recursive'. * doc/guix.texi (Invoking guix import): Mention '--recursive'. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index a6c1319405..93139e2d05 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -9083,6 +9083,16 @@ The crate importer also allows you to specify a version string:
guix import crate constant-time-eq@@0.1.0
@end example
+Additional options include:
+
+@table @code
+@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.
+@end table
+
@item opam
@cindex OPAM
@cindex OCaml