self: Compute and use locale data.
commit9f1c3559b00a41ca5a5f3230e7437ac8ea123ee4
authorLudovic Courtès <ludo@gnu.org>
Wed, 30 May 2018 20:12:09 +0000 (30 22:12 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sat, 9 Jun 2018 10:02:27 +0000 (9 12:02 +0200)
treec5785508bfaf85954ffbf964604ddebd4594051d
parent75e24d7b0e19ab2164aecb340e82d07d2b9714e7
self: Compute and use locale data.

* guix/self.scm (sub-directory, locale-data): New procedures.
(guix-command): Add SOURCE parameter.  Call 'locale-data' when SOURCE is
true and use it in staged 'bindtextdomain' calls.
(whole-package): Add #:command and honor it.
(compiled-guix): Pass #:command to 'whole-package'.
guix/self.scm