From 598608c7eec51ff0911a77c953a984d494e45a62 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 25 May 2013 22:39:51 +0200 Subject: build: `hydra.scm' cross-builds a few more packages. * hydra.scm (%packages-to-cross-build): Add a few packages. --- hydra.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hydra.scm') diff --git a/hydra.scm b/hydra.scm index 213f3198f3..4463466ce2 100644 --- a/hydra.scm +++ b/hydra.scm @@ -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 -- cgit v1.2.3