hydra: guix-modular: Explicitly build for the latest 2.2.

* build-aux/hydra/guix-modular.scm (build-job): Pass #:guile-version to
'build'.
This commit is contained in:
Ludovic Courtès 2018-04-08 19:51:22 +02:00
parent f6dfb8bb08
commit 16c28becf2
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -45,7 +45,8 @@ (define build
`((derivation . ,(derivation-file-name `((derivation . ,(derivation-file-name
(run-with-store store (run-with-store store
(build source #:version version #:system system)))) (build source #:version version #:system system
#:guile-version "2.2")))) ;the latest 2.2.x
(description . "Modular Guix") (description . "Modular Guix")
(long-description (long-description
. "This is the modular Guix package as produced by 'guix pull'.") . "This is the modular Guix package as produced by 'guix pull'.")