From e740e8b27d8ac255ccc3737a1f66f0951578d845 Mon Sep 17 00:00:00 2001
From: Ludovic Courtès <ludo@gnu.org>
Date: Sun, 10 Jun 2018 22:20:35 +0200
Subject: 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(+)

(limited to 'build-aux/hydra/guix-modular.scm')

diff --git a/build-aux/hydra/guix-modular.scm b/build-aux/hydra/guix-modular.scm
index 58e09e1831..9ff9e090fc 100644
--- a/build-aux/hydra/guix-modular.scm
+++ b/build-aux/hydra/guix-modular.scm
@@ -46,6 +46,7 @@ (define build
     `((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
-- 
cgit v1.2.3