diff options
-rw-r--r-- | hydra.scm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -75,7 +75,8 @@ 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 |