doc: cookbook: Link to "Package Modules".
* doc/guix-cookbook.texi (A Scheme Crash Course): Add link to "Package Modules".
This commit is contained in:
parent
d55d2a971b
commit
c3f6dd45d7
1 changed files with 3 additions and 0 deletions
|
@ -347,6 +347,9 @@ defines the module @code{guix build-system ruby} which must be located in
|
||||||
@file{guix/build-system/ruby.scm} somewhere in the Guile load path. It
|
@file{guix/build-system/ruby.scm} somewhere in the Guile load path. It
|
||||||
depends on the @code{(guix store)} module and it exports two variables,
|
depends on the @code{(guix store)} module and it exports two variables,
|
||||||
@code{ruby-build} and @code{ruby-build-system}.
|
@code{ruby-build} and @code{ruby-build-system}.
|
||||||
|
|
||||||
|
@xref{Package Modules,,, guix, GNU Guix Reference Manual}, for info on
|
||||||
|
modules that define packages.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
@quotation Going further
|
@quotation Going further
|
||||||
|
|
Reference in a new issue