mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
hydra: guix-modular: Build the full Guix.
* build-aux/hydra/guix-modular.scm (build-job): Pass #:pull-version to BUILD.
This commit is contained in:
parent
3edf0d53a4
commit
e740e8b27d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue