pythonPackages.libxml: fix reference to output
This commit is contained in:
parent
94e4dd8960
commit
6a97422a75
@ -3689,7 +3689,7 @@ in {
|
||||
libplist = disabledIf isPy3k
|
||||
(toPythonModule (pkgs.libplist.override{python2Packages=self; })).py;
|
||||
|
||||
libxml2 = toPythonModule (pkgs.libxml2.override{pythonSupport=true; inherit python;}).py;
|
||||
libxml2 = (toPythonModule (pkgs.libxml2.override{pythonSupport=true; inherit python;})).py;
|
||||
|
||||
libxslt = toPythonModule (pkgs.libxslt.override{pythonSupport=true; inherit python; inherit (self) libxml2;}).py;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user