Browse Source
doc: Change wording for "--with-graft".
* doc/guix.texi (Package Transformation Options): Change wording for
"--with-graft" documentation.
wip-gexp-grafts
Ricardo Wurmus
5 years ago
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with
1 additions and
1 deletions
-
doc/guix.texi
|
|
@ -4685,7 +4685,7 @@ procedure (@pxref{Defining Packages, @code{package-input-rewriting}}). |
|
|
|
|
|
|
|
@item --with-graft=@var{package}=@var{replacement} |
|
|
|
This is similar to @code{--with-input} but with an important difference: |
|
|
|
instead of rebuilding all the dependency chain, @var{replacement} is |
|
|
|
instead of rebuilding the whole dependency chain, @var{replacement} is |
|
|
|
built and then @dfn{grafted} onto the binaries that were initially |
|
|
|
referring to @var{package}. @xref{Security Updates}, for more |
|
|
|
information on grafts. |
|
|
|