summaryrefslogtreecommitdiff
path: root/gnu/tests/docker.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-11-09 15:13:19 +0100
committerLudovic Courtès <ludo@gnu.org>2019-11-09 23:04:14 +0100
commitf0034427f50be1bcab137d9877c3586e4be4d83e (patch)
tree69cb763b8ec355fb402708eabd1c6ce57b1bd44c /gnu/tests/docker.scm
parent7c34c62c807b357b5cdad6fde0f11c9fe93279d0 (diff)
downloadguix-patches-f0034427f50be1bcab137d9877c3586e4be4d83e.tar
guix-patches-f0034427f50be1bcab137d9877c3586e4be4d83e.tar.gz
tests: Update references to the now-deprecated 'guile-json' variable.
* gnu/tests/docker.scm (build-tarball&run-docker-test): Refer to 'guile-json-3' instead of 'guile-json'. * gnu/tests/singularity.scm (build-tarball&run-singularity-test): Likewise.
Diffstat (limited to 'gnu/tests/docker.scm')
-rw-r--r--gnu/tests/docker.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/tests/docker.scm b/gnu/tests/docker.scm
index 3f98a1e316..10882b9d1f 100644
--- a/gnu/tests/docker.scm
+++ b/gnu/tests/docker.scm
@@ -171,7 +171,7 @@ standard output device and then enters a new line.")
(home-page #f)
(license license:public-domain)))
(profile (profile-derivation (packages->manifest
- (list guile-2.2 guile-json
+ (list guile-2.2 guile-json-3
guest-script-package))
#:hooks '()
#:locales? #f))