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

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