diff options
Diffstat (limited to 'guix/channels.scm')
-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) |