python: added libxml2 bindings to the pythonFull attribute

svn path=/nixpkgs/trunk/; revision=27773
This commit is contained in:
Peter Simons 2011-07-14 11:13:41 +00:00
parent aa8cea3e4d
commit 6f1ec7512e

View file

@ -2452,7 +2452,7 @@ let
};
pythonFull = callPackage ../development/interpreters/python/wrapper.nix {
extraLibs = lib.attrValues python.modules;
extraLibs = lib.attrValues python.modules ++ [libxml2Python];
};
pyrex = pyrex095;