guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ludovic Courtès
Subject: 01/01: hydra: guix-modular: Explicitly build for the latest 2.2.
Date: Sun, 8 Apr 2018 14:05:49 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 16c28becf2a2fcd48f52b83dc17889587b806615
Author: Ludovic Courtès <address@hidden>
Date:   Sun Apr 8 19:51:22 2018 +0200

    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(-)

diff --git a/build-aux/hydra/guix-modular.scm b/build-aux/hydra/guix-modular.scm
index 7a05c86..2885759 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'.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]