summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-11-20 09:57:08 +0100
committerLudovic Courtès <ludo@gnu.org>2019-11-21 11:48:30 +0100
commita2e661e95f8ab2fcb7741198234395b367a794c1 (patch)
tree830c39623fae36400c6e90d27cfbe53c05627a43 /doc
parent59cd751852d1acab6eae6da0488d15cc743c2cc4 (diff)
downloadpatches-a2e661e95f8ab2fcb7741198234395b367a794c1.tar
patches-a2e661e95f8ab2fcb7741198234395b367a794c1.tar.gz
pack: Add "--derivation".
* guix/scripts/pack.scm (%options, show-help): Add "--derivation". (guix-pack): Honor it. * tests/guix-pack.sh: Test it. * doc/guix.texi (Invoking guix pack): Document it.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index ea8a8783d8..1f120b0501 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -5253,6 +5253,10 @@ added to it or removed from it after extraction of the pack.
One use case for this is the Guix self-contained binary tarball
(@pxref{Binary Installation}).
+@item --derivation
+@itemx -d
+Print the name of the derivation that builds the pack.
+
@item --bootstrap
Use the bootstrap binaries to build the pack. This option is only
useful to Guix developers.