From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: core-updates merged! Date: Tue, 10 Feb 2015 19:46:48 +0100 Message-ID: <20150210184648.GB30353@debian> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLFpq-00005f-Cz for guix-devel@gnu.org; Tue, 10 Feb 2015 13:46:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLFpl-00017N-08 for guix-devel@gnu.org; Tue, 10 Feb 2015 13:46:58 -0500 Content-Disposition: inline In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Federico Beffa Cc: Guix-devel On Tue, Feb 10, 2015 at 05:38:26PM +0100, Federico Beffa wrote: > Guile-ncurses was fixed by adding a new phase to generate the > "en_US.UTF-8" locale during the generation of the package This is interesting information! If I understand things correctly, I think a solution would be to have tons of locale-XX packages, where XX stands for the country code, the contents of which are created by calls to localedef. And maybe a package locales-all for people who have space and do not wish to choose. And a search path definition in glibc to set LOCPATH. What do you think? Andreas