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
|
@ -46,6 +46,7 @@ for SYSTEM. Use VERSION as the version identifier."
|
||||||
`((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
|
||||||
|
#:pull-version 1
|
||||||
#:guile-version "2.2")))) ;the latest 2.2.x
|
#:guile-version "2.2")))) ;the latest 2.2.x
|
||||||
(description . "Modular Guix")
|
(description . "Modular Guix")
|
||||||
(long-description
|
(long-description
|
||||||
|
|
Loading…
Reference in New Issue