From b6c7e5af026f2d0fdbcc96a7815e15008ef0eb1c Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Thu, 25 Feb 2021 10:19:32 +0100 Subject: [PATCH] describe: Add missing include. This is a follow-up of 17fbd5a5c9c09ff54ce95985dcbcdd1b9c60a34e. * guix/describe.scm: Add "channel-name" to (guix channels) autoload. --- guix/describe.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/guix/describe.scm b/guix/describe.scm index d1bc397037..46448de311 100644 --- a/guix/describe.scm +++ b/guix/describe.scm @@ -23,7 +23,9 @@ (define-module (guix describe) #:use-module ((guix utils) #:select (location-file)) #:use-module ((guix store) #:select (%store-prefix store-path?)) #:use-module ((guix config) #:select (%state-directory)) - #:autoload (guix channels) (sexp->channel manifest-entry-channel) + #:autoload (guix channels) (channel-name + sexp->channel + manifest-entry-channel) #:use-module (srfi srfi-1) #:use-module (ice-9 match) #:export (current-profile