unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#46769: guix pull fails when quoted symbol is the 'name' of dependent channel
@ 2021-02-25 13:56 Ozhap
  2021-03-30 10:31 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Ozhap @ 2021-02-25 13:56 UTC (permalink / raw)
  To: 46769

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
   (name some-collection)
   ...
   )))

...it works fine.

--
Ozhap




^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#46769: guix pull fails when quoted symbol is the 'name' of dependent channel
  2021-02-25 13:56 bug#46769: guix pull fails when quoted symbol is the 'name' of dependent channel Ozhap
@ 2021-03-30 10:31 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-03-30 10:31 UTC (permalink / raw)
  To: Ozhap; +Cc: 46769-done

Ozhap <ozhap@vollbio.de> 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
>  (version 0)
>  (dependencies
>   (channel
>    (name some-collection)
>    ...
>    )))
>
> ...it works fine.

Fixed in 52e64b21be50e2c5febd7bf1accd88ffdc05a4bb, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-30 10:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-25 13:56 bug#46769: guix pull fails when quoted symbol is the 'name' of dependent channel Ozhap
2021-03-30 10:31 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).