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.
This commit is contained in:
Ludovic Courtès 2019-11-09 15:13:19 +01:00
parent 7c34c62c80
commit f0034427f5
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
2 changed files with 2 additions and 2 deletions

View file

@ -171,7 +171,7 @@ (define (build-tarball&run-docker-test)
(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))

View file

@ -138,7 +138,7 @@ (define (build-tarball&run-singularity-test)
;; 'singularity exec' insists on having /bin/sh in the image.
(profile (profile-derivation (packages->manifest
(list bash-minimal
guile-2.2 guile-json))
guile-2.2 guile-json-3))
#:hooks '()
#:locales? #f))
(tarball (squashfs-image "singularity-pack" profile