Hi,

ison <i...@airmail.cc> skribis:

> Under "6.7 Declaring Channel Dependencies" the examples show names being
> quoted, such as (name 'some-collection) however this causes guix pull to
> fail. I don't remember the exact error but it was failing the "match"
> statement under "resolve-dependencies" in "guix/channels.scm".
>
> (name "some-collection") also fails.
> (name some-collection) succeeds, without any quoting.

Oops you’re right; I’ll push a fix to the manual shortly.

> I'm not sure if it's the manual which needs fixing or the code, but
> specifying the name without quoting would be inconsistent with how
> channel names are declared in ~/.config/guix/channels.scm.

It’s necessarily different because ‘.guix-channel’ is data whereas
‘channels.scm’ is code.

Thanks!

Ludo’.

Reply via email to