guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: guix-modular: Build the full Guix.


From: Ludovic Courtès
Subject: 01/02: hydra: guix-modular: Build the full Guix.
Date: Sun, 10 Jun 2018 17:32:06 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e740e8b27d8ac255ccc3737a1f66f0951578d845
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jun 10 22:20:35 2018 +0200

    hydra: guix-modular: Build the full Guix.
    
    * build-aux/hydra/guix-modular.scm (build-job): Pass #:pull-version to
    BUILD.
---
 build-aux/hydra/guix-modular.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build-aux/hydra/guix-modular.scm b/build-aux/hydra/guix-modular.scm
index 58e09e1..9ff9e09 100644
--- a/build-aux/hydra/guix-modular.scm
+++ b/build-aux/hydra/guix-modular.scm
@@ -46,6 +46,7 @@ for SYSTEM.  Use VERSION as the version identifier."
     `((derivation . ,(derivation-file-name
                       (run-with-store store
                         (build source #:version version #:system system
+                               #:pull-version 1
                                #:guile-version "2.2")))) ;the latest 2.2.x
       (description . "Modular Guix")
       (long-description



reply via email to

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