1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python: --with-wctype-functions

svn path=/nixpkgs/branches/stdenv-updates/; revision=10519
This commit is contained in:
Yury G. Kudryashov 2008-02-06 19:00:36 +00:00
parent 503d0bfc65
commit 4086ba92fa

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation {
C_INCLUDE_PATH = concatStringsSep ":" (map (p: "${p}/include") buildInputs);
LIBRARY_PATH = concatStringsSep ":" (map (p: "${p}/lib") buildInputs);
configureFlags = "--enable-shared";
configureFlags = "--enable-shared --with-wctype-functions";
preConfigure = "
# Purity.