mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
channels: Add the channel branch in sexp->channel.
* guix/channels.scm (sexp->channel): Add the channel branch.
This commit is contained in:
parent
c1baf9b824
commit
8f999e1ac2
1 changed files with 1 additions and 0 deletions
|
@ -949,6 +949,7 @@ (define* (sexp->channel sexp #:optional (name 'channel))
|
|||
(#f name)
|
||||
(('name name) name)))
|
||||
(url url)
|
||||
(branch branch)
|
||||
(commit commit)
|
||||
(introduction
|
||||
(match (assq 'introduction rest)
|
||||
|
|
Loading…
Reference in a new issue