fix python libxml2
svn path=/nixpkgs/branches/stdenv-updates/; revision=32610
This commit is contained in:
parent
dd09aa6929
commit
ec05ab990b
@ -675,7 +675,7 @@ let pythonPackages = python.modules // rec {
|
||||
configureFlags = "--with-python=${python}";
|
||||
|
||||
postConfigure = let
|
||||
changeIconv = "-e s:^iconv_includes.*:iconv_includes=r'${pkgs.libxml2.libiconv}':";
|
||||
changeIconv = ''-e "s:^iconv_includes.*:iconv_includes=r'${pkgs.libxml2.libiconv}':"'';
|
||||
in
|
||||
''
|
||||
cd python
|
||||
|
Loading…
Reference in New Issue
Block a user