mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
doc: Add missing gawk dependency to hello recipe.
* doc/guix.texi (Defining Packages): Add gawk dependency. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
5084eb4595
commit
a6dcdcac76
1 changed files with 2 additions and 1 deletions
|
@ -1947,7 +1947,8 @@ package looks like this:
|
|||
#:use-module (guix packages)
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix build-system gnu)
|
||||
#:use-module (guix licenses))
|
||||
#:use-module (guix licenses)
|
||||
#:use-module (gnu packages gawk))
|
||||
|
||||
(define-public hello
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue