Merge pull request #202906 from dotlambda/libxml2Python-python3

libxml2Python: use python3
This commit is contained in:
Robert Schütz 2022-11-25 16:19:20 -08:00 committed by GitHub
commit d1fd77a82f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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