mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
doc: cookbook: Add 'use-modules' in gexp example.
* doc/guix-cookbook.texi (A Scheme Crash Course): Add 'use-modules' line in gexp example.
This commit is contained in:
parent
c3f6dd45d7
commit
3c7d465133
1 changed files with 3 additions and 0 deletions
|
@ -280,6 +280,9 @@ they provide code to be executed during the package build process. They
|
|||
look like this:
|
||||
|
||||
@lisp
|
||||
(use-modules (guix gexp) ;so we can write gexps
|
||||
(gnu packages base)) ;for 'coreutils'
|
||||
|
||||
;; Below is a G-expression representing staged code.
|
||||
#~(begin
|
||||
;; Invoke 'ls' from the package defined by the 'coreutils'
|
||||
|
|
Loading…
Reference in a new issue