pythonPackages.libxml: fix reference to output

This commit is contained in:
Frederik Rietdijk 2019-10-29 12:49:29 +01:00 committed by Frederik Rietdijk
parent 94e4dd8960
commit 6a97422a75

View file

@ -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;