mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
describe: Add missing include.
This is a follow-up of 17fbd5a5c9
.
* guix/describe.scm: Add "channel-name" to (guix channels) autoload.
This commit is contained in:
parent
17fbd5a5c9
commit
b6c7e5af02
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue