diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-11-20 23:55:38 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-11-20 23:55:38 +0100 |
commit | a2b154d7cbef65a5cbbb969ff0c320090eaa9317 (patch) | |
tree | c82954f38bdff0fbf506ed7adb31c02771ae37b0 | |
parent | edae5b3d50692c25e29fe65fdc14ae3ccdce884d (diff) | |
download | patches-a2b154d7cbef65a5cbbb969ff0c320090eaa9317.tar patches-a2b154d7cbef65a5cbbb969ff0c320090eaa9317.tar.gz |
hydra: Adjust to gettext package rename.
* build-aux/hydra/gnu-system.scm (%core-packages): Change 'gettext' to
'gnu-gettext'.
-rw-r--r-- | build-aux/hydra/gnu-system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm index 72e4c35537..3a17b6ec94 100644 --- a/build-aux/hydra/gnu-system.scm +++ b/build-aux/hydra/gnu-system.scm @@ -83,7 +83,7 @@ SYSTEM." (define %core-packages (list gmp mpfr mpc coreutils findutils diffutils patch sed grep - gawk gettext hello guile-2.0 + gawk gnu-gettext hello guile-2.0 %bootstrap-binaries-tarball %binutils-bootstrap-tarball %glibc-bootstrap-tarball |