GNU bug report logs - #46769
guix pull fails when quoted symbol is the 'name' of dependent channel

Previous Next

Package: guix;

Reported by: Ozhap <ozhap <at> vollbio.de>

Date: Thu, 25 Feb 2021 13:55:02 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 46769-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Ozhap <ozhap <at> vollbio.de>
Cc: 46769-done <at> debbugs.gnu.org
Subject: Re: bug#46769: guix pull fails when quoted symbol is the 'name' of
 dependent channel
Date: Tue, 30 Mar 2021 12:31:24 +0200
Ozhap <ozhap <at> 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’.




This bug report was last modified 4 years and 132 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.