aboutsummaryrefslogtreecommitdiff
path: root/guix/describe.scm
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2021-02-25 10:19:32 +0100
committerMathieu Othacehe <othacehe@gnu.org>2021-02-25 10:19:32 +0100
commitb6c7e5af026f2d0fdbcc96a7815e15008ef0eb1c (patch)
treecc615faef4734e7a78dacca1e52915ae2d7b00eb /guix/describe.scm
parent17fbd5a5c9c09ff54ce95985dcbcdd1b9c60a34e (diff)
downloadguix-b6c7e5af026f2d0fdbcc96a7815e15008ef0eb1c.tar
guix-b6c7e5af026f2d0fdbcc96a7815e15008ef0eb1c.tar.gz
describe: Add missing include.
This is a follow-up of 17fbd5a5c9c09ff54ce95985dcbcdd1b9c60a34e. * guix/describe.scm: Add "channel-name" to (guix channels) autoload.
Diffstat (limited to 'guix/describe.scm')
-rw-r--r--guix/describe.scm4
1 files changed, 3 insertions, 1 deletions
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 @@
#: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