[PATCH]: fix python-matplotlib install-doc phase

2015-02-18 Thread Ricardo Wurmus
Hi Guix, attached is a patch to fix the install-doc phase of python-matplotlib. Since UTF locales are no longer available by default the install-doc phase fails as it depends on setting the locale to en_US.UTF-8. The attached patch installs the locale before it is set, thereby fixing the phase.

Re: [PATCH]: fix python-matplotlib install-doc phase

2015-02-18 Thread Andreas Enge
On Wed, Feb 18, 2015 at 11:52:41AM +0100, Ricardo Wurmus wrote: attached is a patch to fix the install-doc phase of python-matplotlib. Since UTF locales are no longer available by default the install-doc phase fails as it depends on setting the locale to en_US.UTF-8. Temporarily this sounds