python-packages-generated.nix: fix lxml-2.3.6 by hardcoding the fix
This commit is contained in:
parent
fdfc7f4cff
commit
784ceea75d
@ -3670,7 +3670,7 @@ in
|
|||||||
md5 = "d5d886088e78b1bdbfd66d328fc2d0bc";
|
md5 = "d5d886088e78b1bdbfd66d328fc2d0bc";
|
||||||
};
|
};
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
buildInputs = [ ];
|
buildInputs = [ pkgs.libxml2 pkgs.libxslt ];
|
||||||
propagatedBuildInputs = [ ];
|
propagatedBuildInputs = [ ];
|
||||||
installCommand = ''easy_install --always-unzip --no-deps --prefix="$out" .'';
|
installCommand = ''easy_install --always-unzip --no-deps --prefix="$out" .'';
|
||||||
meta = {
|
meta = {
|
||||||
|
@ -89,6 +89,10 @@
|
|||||||
"Products.DCWorkflow": {
|
"Products.DCWorkflow": {
|
||||||
"propagatedBuildInputs": [ "eggtestinfo" ]
|
"propagatedBuildInputs": [ "eggtestinfo" ]
|
||||||
},
|
},
|
||||||
|
"lxml": {
|
||||||
|
"buildInputs": [ "pkgs.libxml2", "pkgs.libxslt" ],
|
||||||
|
"doCheck": false
|
||||||
|
},
|
||||||
"Products.CMFDefault": {
|
"Products.CMFDefault": {
|
||||||
"propagatedBuildInputs": [ "eggtestinfo" ]
|
"propagatedBuildInputs": [ "eggtestinfo" ]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user