Hi, ludo@gnu.org (Ludovic Courtès) writes: > Oleg Pykhalov skribis: > >> * guix/channels.scm (channel->sexp): New procedure. >> * guix/scripts/describe.scm (display-checkout-info, display-profile-info): Use >> this. […] >> + (pretty-print (map channel->sexp (channels))))) > > I think it should be: > > (pretty-print `(list ,@(map channel->sexp channels))) Ouch, ‘list’ in in 'display-checkout-info' should be too. Apologies. Oleg.