mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
7c34c62c80
commit
f0034427f5
2 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue