~ruther/guix-local

79f5dd5915ab8ba5cc5fc19496e042e34a7a10ff — Ian Denhardt 11 years ago 29a61bd
doc: Use 'define-public' in example package recipe.

* doc/guix.texi (Defining Packages): Use 'define-public' instead of
  'define'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 1 insertions(+), 1 deletions(-)

M doc/guix.texi
M doc/guix.texi => doc/guix.texi +1 -1
@@ 1371,7 1371,7 @@ package looks like this:
  #:use-module (guix build-system gnu)
  #:use-module (guix licenses))

(define hello
(define-public hello
  (package
    (name "hello")
    (version "2.8")