aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-09-02 15:07:16 +0200
committerLudovic Courtès <ludo@gnu.org>2022-09-02 18:16:51 +0200
commit5c444a0208e049b646d0dc4f1675f1d07cdbe507 (patch)
tree90c179d26f34130ecd0a18dff6d3632020792cf8
parent7c1b82f256e445214c64182405649b4b3ff2d1de (diff)
downloadguix-5c444a0208e049b646d0dc4f1675f1d07cdbe507.tar
guix-5c444a0208e049b646d0dc4f1675f1d07cdbe507.tar.gz
doc: Link to the "Scheme Crash Course".
* doc/guix.texi (Defining Packages): Add @quotation block linking to "A Scheme Crash Course".
-rw-r--r--doc/guix.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 246403bcba..80ca017599 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -7322,6 +7322,14 @@ unavailable to the build process, possibly leading to a build failure.
@xref{package Reference}, for a full description of possible fields.
+@quotation Going further
+@cindex Scheme programming language, getting started
+Intimidated by the Scheme language or curious about it? The Cookbook
+has a short section to get started that recaps some of the things shown
+above and explains the fundamentals. @xref{A Scheme Crash Course,,,
+guix-cookbook, GNU Guix Cookbook}, for more information.
+@end quotation
+
Once a package definition is in place, the
package may actually be built using the @code{guix build} command-line
tool (@pxref{Invoking guix build}), troubleshooting any build failures