diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-03-10 16:53:51 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-03-10 16:53:51 +0100 |
commit | 8f999e1ac26d939e1dfc8fbdfa9316fb412df21a (patch) | |
tree | 06228e6ba6ad02d04bc874a7b2d9430d7d83277f /guix | |
parent | c1baf9b8247f4f691b9f78fdc65ac5a1bc28f629 (diff) |
channels: Add the channel branch in sexp->channel.
* guix/channels.scm (sexp->channel): Add the channel branch.
Diffstat (limited to 'guix')
-rw-r--r-- | guix/channels.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/channels.scm b/guix/channels.scm index f68bbcf693..b812c1b6e5 100644 --- a/guix/channels.scm +++ b/guix/channels.scm @@ -949,6 +949,7 @@ does not have the expected structure." (#f name) (('name name) name))) (url url) + (branch branch) (commit commit) (introduction (match (assq 'introduction rest) |