python-packages-generated.nix: fix lxml-2.3.6 by hardcoding the fix

This commit is contained in:
Domen Kožar 2014-09-17 21:36:30 +02:00
parent fdfc7f4cff
commit 784ceea75d
2 changed files with 5 additions and 1 deletions

View File

@ -3670,7 +3670,7 @@ in
md5 = "d5d886088e78b1bdbfd66d328fc2d0bc";
};
doCheck = false;
buildInputs = [ ];
buildInputs = [ pkgs.libxml2 pkgs.libxslt ];
propagatedBuildInputs = [ ];
installCommand = ''easy_install --always-unzip --no-deps --prefix="$out" .'';
meta = {

View File

@ -89,6 +89,10 @@
"Products.DCWorkflow": {
"propagatedBuildInputs": [ "eggtestinfo" ]
},
"lxml": {
"buildInputs": [ "pkgs.libxml2", "pkgs.libxslt" ],
"doCheck": false
},
"Products.CMFDefault": {
"propagatedBuildInputs": [ "eggtestinfo" ]
},