diff options
-rw-r--r-- | guix/channels.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/guix/channels.scm b/guix/channels.scm index e4e0428eb5..5f47834c10 100644 --- a/guix/channels.scm +++ b/guix/channels.scm @@ -2,6 +2,7 @@ ;;; Copyright © 2018, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2019 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> +;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re> ;;; ;;; This file is part of GNU Guix. ;;; @@ -1009,6 +1010,7 @@ true, include its introduction, if any." `(channel (name ',(channel-name channel)) (url ,(channel-url channel)) + (branch ,(channel-branch channel)) (commit ,(channel-commit channel)) ,@(if intro `((introduction (make-channel-introduction |