libxml2Python: use python3

This commit is contained in:
Robert Schütz 2022-11-25 12:31:04 -08:00
parent e62efc6694
commit c1ac5b674c

View File

@ -21178,7 +21178,7 @@ with pkgs;
};
libxml2Python = let
libxml2 = python2Packages.libxml2;
inherit (python3.pkgs) libxml2;
in pkgs.buildEnv { # slightly hacky
name = "libxml2+py-${res.libxml2.version}";
paths = with libxml2; [ dev bin py ];