summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-04-08 19:51:22 +0200
committerLudovic Courtès <ludo@gnu.org>2018-04-08 19:57:31 +0200
commit16c28becf2a2fcd48f52b83dc17889587b806615 (patch)
tree38c30cd0a949ba5fdb0409e6042753d346fe2304 /build-aux
parentf6dfb8bb082332e3e7450d09c71b32ad5f5042c7 (diff)
downloadgnu-guix-16c28becf2a2fcd48f52b83dc17889587b806615.tar
gnu-guix-16c28becf2a2fcd48f52b83dc17889587b806615.tar.gz
hydra: guix-modular: Explicitly build for the latest 2.2.
* build-aux/hydra/guix-modular.scm (build-job): Pass #:guile-version to 'build'.
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/hydra/guix-modular.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/hydra/guix-modular.scm b/build-aux/hydra/guix-modular.scm
index 7a05c86bca..2885759df0 100644
--- a/build-aux/hydra/guix-modular.scm
+++ b/build-aux/hydra/guix-modular.scm
@@ -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'.")