mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
build: `hydra.scm' cross-builds a few more packages.
* hydra.scm (%packages-to-cross-build): Add a few packages.
This commit is contained in:
parent
f755aa3f7a
commit
598608c7ee
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@ (define (package-cross-job store job-name package target system)
|
|||
(cut package-cross-derivation <> <> target <>))))
|
||||
|
||||
(define %packages-to-cross-build
|
||||
(list gmp mpfr mpc coreutils findutils diffutils patch hello guile-2.0
|
||||
(list gmp mpfr mpc coreutils findutils diffutils patch sed grep
|
||||
gawk gettext hello guile-2.0
|
||||
;; %bootstrap-binaries-tarball
|
||||
;; %binutils-bootstrap-tarball
|
||||
;; %glibc-bootstrap-tarball
|
||||
|
|
Loading…
Reference in a new issue