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
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@ for SYSTEM. Use VERSION as the version identifier."
`((derivation . ,(derivation-file-name
(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")
(long-description
. "This is the modular Guix package as produced by 'guix pull'.")