mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
Revert "fix python libxml2"
This reverts commit 60a68234014b282804a1d434807d912949ea79ac. svn path=/nixpkgs/branches/stdenv-updates/; revision=32647
This commit is contained in:
parent
c444dd1df0
commit
5f3d291001
@ -675,7 +675,7 @@ let pythonPackages = python.modules // rec {
|
|||||||
configureFlags = "--with-python=${python}";
|
configureFlags = "--with-python=${python}";
|
||||||
|
|
||||||
postConfigure = let
|
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
|
in
|
||||||
''
|
''
|
||||||
cd python
|
cd python
|
||||||
|
Loading…
Reference in New Issue
Block a user