me
/
guix
Archived
1
0
Fork 0

guix describe: Autoload Guile-JSON.

* guix/scripts/describe.scm: Autoload (json).
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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)