mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
doc: Add clarification on the '--source' build option.
Emphasize that what the '--source' build option downloads is insufficient for reproducing the packages. * doc/guix.texi (Additional Build Options): Explain more.
This commit is contained in:
parent
00e680a411
commit
bfe6bc97f5
1 changed files with 5 additions and 0 deletions
|
@ -8318,6 +8318,11 @@ The returned source tarball is the result of applying any patches and
|
||||||
code snippets specified in the package @code{origin} (@pxref{Defining
|
code snippets specified in the package @code{origin} (@pxref{Defining
|
||||||
Packages}).
|
Packages}).
|
||||||
|
|
||||||
|
Note that @command{guix build -S} compiles the sources only of the
|
||||||
|
specified packages. They do not include the sources of statically
|
||||||
|
linked dependencies and by themselves are insufficient for reproducing
|
||||||
|
the packages.
|
||||||
|
|
||||||
@item --sources
|
@item --sources
|
||||||
Fetch and return the source of @var{package-or-derivation} and all their
|
Fetch and return the source of @var{package-or-derivation} and all their
|
||||||
dependencies, recursively. This is a handy way to obtain a local copy
|
dependencies, recursively. This is a handy way to obtain a local copy
|
||||||
|
|
Loading…
Reference in a new issue