diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-06-10 22:20:35 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-06-10 23:32:00 +0200 |
commit | e740e8b27d8ac255ccc3737a1f66f0951578d845 (patch) | |
tree | 94d4e08f4e2fcfd3d14f97ba05b74e5993b304bc /build-aux | |
parent | 3edf0d53a4043c30f3ff87b3b4b7b47d1bac1397 (diff) | |
download | patches-e740e8b27d8ac255ccc3737a1f66f0951578d845.tar patches-e740e8b27d8ac255ccc3737a1f66f0951578d845.tar.gz |
hydra: guix-modular: Build the full Guix.
* build-aux/hydra/guix-modular.scm (build-job): Pass #:pull-version to
BUILD.
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/hydra/guix-modular.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ 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 |