guix describe: Autoload Guile-JSON.

* guix/scripts/describe.scm: Autoload (json).
This commit is contained in:
Ludovic Courtès 2021-03-19 09:42:06 +01:00
parent ee21803288
commit 4f04155232
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -28,7 +28,7 @@ (define-module (guix scripts describe)
#:use-module (guix profiles)
#:autoload (guix openpgp) (openpgp-format-fingerprint)
#:use-module (git)
#:use-module (json)
#:autoload (json builder) (scm->json-string)
#:use-module (srfi srfi-1)
#:use-module (srfi srfi-26)
#:use-module (srfi srfi-37)