1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
This commit is contained in:
Ian Denhardt
2014-09-27 18:36:10 -04:00
committed by Ludovic Courtès
parent 29a61bd0a5
commit 79f5dd5915

View File

@@ -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")