me
/
guix
Archived
1
0
Fork 0

guix describe: Add missing import.

Fixes a regression introduced in
d4e858763c.

* guix/scripts/describe.scm: Add missing autoload.
master
Ludovic Courtès 2022-04-09 00:29:24 +02:00
parent 13307c198b
commit 090ebc5ff9
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#:use-module (guix scripts)
#:use-module (guix describe)
#:use-module (guix profiles)
#:autoload (guix colors) (supports-hyperlinks? hyperlink)
#:autoload (guix openpgp) (openpgp-format-fingerprint)
#:use-module (git)
#:autoload (json builder) (scm->json-string)