python: added libxml2 bindings to the pythonFull attribute
svn path=/nixpkgs/trunk/; revision=27773
This commit is contained in:
parent
aa8cea3e4d
commit
6f1ec7512e
@ -2452,7 +2452,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
pythonFull = callPackage ../development/interpreters/python/wrapper.nix {
|
pythonFull = callPackage ../development/interpreters/python/wrapper.nix {
|
||||||
extraLibs = lib.attrValues python.modules;
|
extraLibs = lib.attrValues python.modules ++ [libxml2Python];
|
||||||
};
|
};
|
||||||
|
|
||||||
pyrex = pyrex095;
|
pyrex = pyrex095;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user