describe: Add missing include.
This is a follow-up of 17fbd5a5c9
.
* guix/describe.scm: Add "channel-name" to (guix channels) autoload.
master
parent
17fbd5a5c9
commit
b6c7e5af02
|
@ -23,7 +23,9 @@
|
||||||
#:use-module ((guix utils) #:select (location-file))
|
#:use-module ((guix utils) #:select (location-file))
|
||||||
#:use-module ((guix store) #:select (%store-prefix store-path?))
|
#:use-module ((guix store) #:select (%store-prefix store-path?))
|
||||||
#:use-module ((guix config) #:select (%state-directory))
|
#: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 (srfi srfi-1)
|
||||||
#:use-module (ice-9 match)
|
#:use-module (ice-9 match)
|
||||||
#:export (current-profile
|
#:export (current-profile
|
||||||
|
|
Reference in New Issue