python3Packages.pelican: fix build

This commit is contained in:
Domen Kožar 2014-09-27 22:34:34 +02:00
parent a2a5b539a1
commit 2fea016f4d

View File

@ -3470,6 +3470,11 @@ let
md5 = "92978492871342ad64e8ae0ccfcf200c"; md5 = "92978492871342ad64e8ae0ccfcf200c";
}; };
preConfigure = ''
export LOCALE_ARCHIVE=${pkgs.glibcLocales}/lib/locale/locale-archive
export LC_ALL="en_US.UTF-8"
'';
propagatedBuildInputs = [ six pytz ]; propagatedBuildInputs = [ six pytz ];
meta = { meta = {
@ -5804,6 +5809,11 @@ let
md5 = "8e57bdd075503903125b14621b1e533d"; md5 = "8e57bdd075503903125b14621b1e533d";
}; };
preConfigure = ''
export LOCALE_ARCHIVE=${pkgs.glibcLocales}/lib/locale/locale-archive
export LC_ALL="en_US.UTF-8"
'';
# Test data not provided # Test data not provided
#buildInputs = [nose mock]; #buildInputs = [nose mock];
doCheck = false; doCheck = false;