From b891f8519dbea5457d9ad154974b1ab1459b4b8b Mon Sep 17 00:00:00 2001 From: Brice Waegeneire Date: Thu, 17 Jun 2021 07:20:40 +0200 Subject: channels: Add 'branch' to 'channel->code' output. * guix/channels.scm (channel->code): Add 'branch' to output. --- guix/channels.scm | 2 ++ 1 file changed, 2 insertions(+) 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 ;;; Copyright © 2018 Ricardo Wurmus ;;; Copyright © 2019 Jan (janneke) Nieuwenhuizen +;;; Copyright © 2021 Brice Waegeneire ;;; ;;; 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 -- cgit v1.2.3