guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: doc: Add missing gawk dependency to hello recipe.


From: Ludovic Courtès
Subject: 01/04: doc: Add missing gawk dependency to hello recipe.
Date: Thu, 20 Aug 2015 14:57:57 +0000

civodul pushed a commit to branch master
in repository guix.

commit a6dcdcac762b0396b529a3794186f31da8779338
Author: Siniša Biđin <address@hidden>
Date:   Sat Aug 15 23:57:45 2015 +0200

    doc: Add missing gawk dependency to hello recipe.
    
    * doc/guix.texi (Defining Packages): Add gawk dependency.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 doc/guix.texi |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 7c063bf..6875f22 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]