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