diff options
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index f73ce52c4c..813c133475 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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") |