guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/11: guix describe: Autoload Guile-JSON.


From: guix-commits
Subject: 04/11: guix describe: Autoload Guile-JSON.
Date: Fri, 19 Mar 2021 08:57:31 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 4f04155232d62bfb7b9acc538c66d499e53189ba
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Mar 19 09:42:06 2021 +0100

    guix describe: Autoload Guile-JSON.
    
    * guix/scripts/describe.scm: Autoload (json).
---
 guix/scripts/describe.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/describe.scm b/guix/scripts/describe.scm
index 6f8d9ac..be2279d 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]