mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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 {
|
||||
extraLibs = lib.attrValues python.modules;
|
||||
extraLibs = lib.attrValues python.modules ++ [libxml2Python];
|
||||
};
|
||||
|
||||
pyrex = pyrex095;
|
||||
|
Loading…
Reference in New Issue
Block a user