From 5c444a0208e049b646d0dc4f1675f1d07cdbe507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 2 Sep 2022 15:07:16 +0200 Subject: doc: Link to the "Scheme Crash Course". * doc/guix.texi (Defining Packages): Add @quotation block linking to "A Scheme Crash Course". --- doc/guix.texi | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3