mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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:
parent
29a61bd0a5
commit
79f5dd5915
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue