From 8f999e1ac26d939e1dfc8fbdfa9316fb412df21a Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Wed, 10 Mar 2021 16:53:51 +0100 Subject: channels: Add the channel branch in sexp->channel. * guix/channels.scm (sexp->channel): Add the channel branch. --- guix/channels.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'guix/channels.scm') 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) -- cgit v1.2.3