Merge pull request #202906 from dotlambda/libxml2Python-python3
libxml2Python: use python3
This commit is contained in:
commit
d1fd77a82f
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue