mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
doc: Link to "Building from Git" instead of quoting command to build Guix.
* doc/contributing.texi (Submitting Patches): Remove example. Add link to "Building from Git" section.
This commit is contained in:
parent
eb8aad6a23
commit
da31e7d9ec
1 changed files with 2 additions and 5 deletions
|
@ -962,11 +962,8 @@ the URL: it is not very useful and if the name changes, the URL will probably
|
|||
be wrong.
|
||||
|
||||
@item
|
||||
See if Guix builds with
|
||||
@example
|
||||
guix environment --pure guix -- make
|
||||
@end example
|
||||
and look for warnings, especially those about use of undefined symbols.
|
||||
Check if Guix builds (@pxref{Building from Git}) and address the
|
||||
warnings, especially those about use of undefined symbols.
|
||||
|
||||
@item
|
||||
Make sure your changes do not break Guix and simulate a @code{guix pull} with:
|
||||
|
|
Loading…
Reference in a new issue