diff --git a/doc/guix.texi b/doc/guix.texi index ee7b0a58a4..68c75f1416 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -34532,7 +34532,7 @@ the packages provided by the @code{my-channel} channel. @lisp (define %cuirass-specs #~(list (specification - (name "my-channel") + (name 'my-channel) (build '(channels my-channel)) (channels (cons (channel @@ -34551,7 +34551,7 @@ channel, one can use the following configuration. @lisp (define %cuirass-specs #~(list (specification - (name "my-linux") + (name 'my-linux) (build '(packages "linux-libre"))))) (service cuirass-service-type