bug#46769: guix pull fails when quoted symbol is the 'name' of dependent channel

2021-03-30 Thread Ludovic Courtès
Ozhap skribis: > So for eg, this: > > (channel > (version 0) > (dependencies > (channel >(name 'some-collection) >... >))) > > ...as given in info:guix#Declaring_Channel_Dependencies causes 'guix > pull' to fail ("channels.scm:719:22"). But when the value is unquoted: > > (channel

bug#46769: guix pull fails when quoted symbol is the 'name' of dependent channel

2021-02-25 Thread Ozhap
So for eg, this: (channel (version 0) (dependencies (channel (name 'some-collection) ... ))) ...as given in info:guix#Declaring_Channel_Dependencies causes 'guix pull' to fail ("channels.scm:719:22"). But when the value is unquoted: (channel (version 0) (dependencies (channel