Enable old pythons' wide builds

This commit is contained in:
Dario Bertini
2015-05-06 07:50:52 +01:00
parent 934d3c19fd
commit 086e801d51
3 changed files with 3 additions and 3 deletions
@@ -63,7 +63,7 @@ let
C_INCLUDE_PATH = concatStringsSep ":" (map (p: "${p}/include") buildInputs);
LIBRARY_PATH = concatStringsSep ":" (map (p: "${p}/lib") buildInputs);
configureFlags = "--enable-shared --with-threads --enable-unicode";
configureFlags = "--enable-shared --with-threads --enable-unicode=ucs4";
NIX_CFLAGS_COMPILE = optionalString stdenv.isDarwin "-msse2";