mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
hydra: Adjust to gettext package rename.
* build-aux/hydra/gnu-system.scm (%core-packages): Change 'gettext' to 'gnu-gettext'.
This commit is contained in:
parent
edae5b3d50
commit
a2b154d7cb
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ (define (package-cross-job store job-name package target 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
|
||||
|
|
Loading…
Reference in a new issue