[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)
- branch master updated (60d629d -> 9991b5e), guix-commits, 2021/03/19
- 01/11: gnu-maintenance: Better handle empty #:directory for 'latest-html-release'., guix-commits, 2021/03/19
- 02/11: gnu: openmpi: Add 'release-monitoring-url' property., guix-commits, 2021/03/19
- 05/11: guix package: Autoload Guile-JSON and (guix describe)., guix-commits, 2021/03/19
- 06/11: git-download: Autoload Guile-Git., guix-commits, 2021/03/19
- 07/11: download: Autoload (guix build download)., guix-commits, 2021/03/19
- 04/11: guix describe: Autoload Guile-JSON.,
guix-commits <=
- 08/11: build-system/node: Remove unnecessary imports., guix-commits, 2021/03/19
- 09/11: gnu: swi-prolog: Update to 8.3.20., guix-commits, 2021/03/19
- 10/11: gnu: vis: Update to 0.7., guix-commits, 2021/03/19
- 11/11: gnu: Add dragon-drop., guix-commits, 2021/03/19
- 03/11: gnu: openmpi: Update to 4.1.0., guix-commits, 2021/03/19