Ludovic Courtès (2016-09-27 14:25 +0200) wrote: > Alex Kost <alez...@gmail.com> skribis: > >> * gnu/packages/gettext.scm (gnu-gettext): Rename to... >> (gettext-minimal): ... this. Adjust synopsis and description. >> (gnu-gettext): Inherit from it. >> (po4a): Use 'gettext-minimal' instead of 'gnu-gettext'. >> * gnu/packages/acl.scm: Likewise. [...] > LGTM! > > Please make sure that the basics work on ‘core-updates’ with this patch, > such as: > > ./pre-inst-env guix build \ > -e '(@@ (gnu packages commencement) gettext-boot0)' > > Thanks!
Checked and committed, thanks! There is a thing that shouldn't be missed: there are some packages (like 'steghide' or 'tomb') in master (and are not presented in core-updates) that use 'gnu-gettext'. So when core-updates will be merged into master next time, we should make a commit to change these packages to use 'gettext-minimal' instead (I'm going to remind about it when the time will come). -- Alex