mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
hydra: guix-modular: Explicitly build for the latest 2.2.
* build-aux/hydra/guix-modular.scm (build-job): Pass #:guile-version to 'build'.
This commit is contained in:
parent
f6dfb8bb08
commit
16c28becf2
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ (define build
|
||||||
|
|
||||||
`((derivation . ,(derivation-file-name
|
`((derivation . ,(derivation-file-name
|
||||||
(run-with-store store
|
(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")
|
(description . "Modular Guix")
|
||||||
(long-description
|
(long-description
|
||||||
. "This is the modular Guix package as produced by 'guix pull'.")
|
. "This is the modular Guix package as produced by 'guix pull'.")
|
||||||
|
|
Loading…
Reference in a new issue