diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-05-25 22:39:51 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-05-25 22:39:51 +0200 |
commit | 598608c7eec51ff0911a77c953a984d494e45a62 (patch) | |
tree | 77d4b284b43c018863ea8a9830b9e71a02b3f808 | |
parent | f755aa3f7ac7a413d8fcc35b1264aff813cd9313 (diff) | |
download | patches-598608c7eec51ff0911a77c953a984d494e45a62.tar patches-598608c7eec51ff0911a77c953a984d494e45a62.tar.gz |
build: `hydra.scm' cross-builds a few more packages.
* hydra.scm (%packages-to-cross-build): Add a few packages.
-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 |