From 16c28becf2a2fcd48f52b83dc17889587b806615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 8 Apr 2018 19:51:22 +0200 Subject: hydra: guix-modular: Explicitly build for the latest 2.2. * build-aux/hydra/guix-modular.scm (build-job): Pass #:guile-version to 'build'. --- build-aux/hydra/guix-modular.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build-aux') 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'.") -- cgit v1.2.3