mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
Merge pull request #202906 from dotlambda/libxml2Python-python3
libxml2Python: use python3
This commit is contained in:
commit
d1fd77a82f
@ -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 New Issue
Block a user