hydra: guix-modular: Explicitly build for the latest 2.2.
authorLudovic Courtès <ludo@gnu.org>
Sun, 8 Apr 2018 17:51:22 +0000 (19:51 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 8 Apr 2018 17:57:31 +0000 (19:57 +0200)
* build-aux/hydra/guix-modular.scm (build-job): Pass #:guile-version to
'build'.

build-aux/hydra/guix-modular.scm

index 7a05c86..2885759 100644 (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'.")