diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-02-25 10:19:32 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-02-25 10:19:32 +0100 |
commit | b6c7e5af026f2d0fdbcc96a7815e15008ef0eb1c (patch) | |
tree | cc615faef4734e7a78dacca1e52915ae2d7b00eb | |
parent | 17fbd5a5c9c09ff54ce95985dcbcdd1b9c60a34e (diff) |
describe: Add missing include.
This is a follow-up of 17fbd5a5c9c09ff54ce95985dcbcdd1b9c60a34e.
* guix/describe.scm: Add "channel-name" to (guix channels) autoload.
-rw-r--r-- | guix/describe.scm | 4 |
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 |