hydra: guix-modular: Build the full Guix.

* build-aux/hydra/guix-modular.scm (build-job): Pass #:pull-version to
BUILD.
master
Ludovic Courtès 2018-06-10 22:20:35 +02:00
parent 3edf0d53a4
commit e740e8b27d
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -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