libxml2: add a pythonPackages.libxml2 alias for the bindings
This commit is contained in:
parent
be31980848
commit
d2111660c5
@ -13447,6 +13447,9 @@ in {
|
|||||||
clblas = pkgs.clblas-cuda;
|
clblas = pkgs.clblas-cuda;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
libxml2 = if isPy3k then throw "libxml2 not supported for interpreter ${python.executable}" else
|
||||||
|
(pkgs.libxml2.override{supportPython=true; python2=python;}).py;
|
||||||
|
|
||||||
libxslt = if isPy3k then throw "libxslt not supported for interpreter ${python.executable}" else
|
libxslt = if isPy3k then throw "libxslt not supported for interpreter ${python.executable}" else
|
||||||
(pkgs.libxslt.override{pythonSupport=true; python2=python; inherit (self) libxml2;}).py;
|
(pkgs.libxslt.override{pythonSupport=true; python2=python; inherit (self) libxml2;}).py;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user