diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-03-19 09:42:06 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-03-19 13:23:27 +0100 |
commit | 4f04155232d62bfb7b9acc538c66d499e53189ba (patch) | |
tree | fb297fc78a5806d1cab81517755ef0a0407243a1 | |
parent | ee21803288cb2fd4dcfa9091d4fe4080a795a1ab (diff) | |
download | guix-4f04155232d62bfb7b9acc538c66d499e53189ba.tar.gz guix-4f04155232d62bfb7b9acc538c66d499e53189ba.zip |
guix describe: Autoload Guile-JSON.
* guix/scripts/describe.scm: Autoload (json).
-rw-r--r-- | guix/scripts/describe.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/describe.scm b/guix/scripts/describe.scm index 6f8d9aceec..be2279d254 100644 --- a/guix/scripts/describe.scm +++ b/guix/scripts/describe.scm @@ -28,7 +28,7 @@ #: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) |