diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-04-08 19:51:22 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-04-08 19:57:31 +0200 |
commit | 16c28becf2a2fcd48f52b83dc17889587b806615 (patch) | |
tree | 38c30cd0a949ba5fdb0409e6042753d346fe2304 /build-aux | |
parent | f6dfb8bb082332e3e7450d09c71b32ad5f5042c7 (diff) | |
download | patches-16c28becf2a2fcd48f52b83dc17889587b806615.tar patches-16c28becf2a2fcd48f52b83dc17889587b806615.tar.gz |
hydra: guix-modular: Explicitly build for the latest 2.2.
* build-aux/hydra/guix-modular.scm (build-job): Pass #:guile-version to
'build'.
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/hydra/guix-modular.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/hydra/guix-modular.scm b/build-aux/hydra/guix-modular.scm index 7a05c86bca..2885759df0 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'.") |