mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
describe: In 'channels' format, quote the channel name.
Fixes a regression introduced in
commit 8548f99549
.
* guix/scripts/describe.scm (channel->sexp): Quote the channel name.
This commit is contained in:
parent
814652b41f
commit
ed9c8eb4e5
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ (define (display-package-search-path fmt)
|
|||
|
||||
(define (channel->sexp channel)
|
||||
`(channel
|
||||
(name ,(channel-name channel))
|
||||
(name ',(channel-name channel))
|
||||
(url ,(channel-url channel))
|
||||
(commit ,(channel-commit channel))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue