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


View this message in rfc822 format

From: Ozhap <ozhap <at> vollbio.de>
To: 46769 <at> debbugs.gnu.org
Subject: bug#46769: guix pull fails when quoted symbol is the 'name' of dependent channel
Date: Thu, 25 Feb 2021 19:26:49 +0530
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




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.