mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
guix describe: Autoload Guile-JSON.
* guix/scripts/describe.scm: Autoload (json).
This commit is contained in:
parent
ee21803288
commit
4f04155232
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue