mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01: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
|
||||
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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue