mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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";
|
||||
};
|
||||
doCheck = false;
|
||||
buildInputs = [ ];
|
||||
buildInputs = [ pkgs.libxml2 pkgs.libxslt ];
|
||||
propagatedBuildInputs = [ ];
|
||||
installCommand = ''easy_install --always-unzip --no-deps --prefix="$out" .'';
|
||||
meta = {
|
||||
|
@ -89,6 +89,10 @@
|
||||
"Products.DCWorkflow": {
|
||||
"propagatedBuildInputs": [ "eggtestinfo" ]
|
||||
},
|
||||
"lxml": {
|
||||
"buildInputs": [ "pkgs.libxml2", "pkgs.libxslt" ],
|
||||
"doCheck": false
|
||||
},
|
||||
"Products.CMFDefault": {
|
||||
"propagatedBuildInputs": [ "eggtestinfo" ]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user