mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
libxml2Python: fix propagated inputs
Partially reverts 6a359b2333
Fixes build of gnome-doc-utils and others in
https://hydra.nixos.org/eval/1604922#tabs-now-fail
This commit is contained in:
parent
0dc87c6e54
commit
7c61ce0e34
@ -13938,7 +13938,9 @@ in
|
|||||||
python = python3;
|
python = python3;
|
||||||
};
|
};
|
||||||
|
|
||||||
libxml2Python = pkgs.buildEnv { # slightly hacky
|
libxml2Python = let
|
||||||
|
libxml2 = python2Packages.libxml2;
|
||||||
|
in pkgs.buildEnv { # slightly hacky
|
||||||
name = "libxml2+py-${res.libxml2.version}";
|
name = "libxml2+py-${res.libxml2.version}";
|
||||||
paths = with libxml2; [ dev bin py ];
|
paths = with libxml2; [ dev bin py ];
|
||||||
inherit (libxml2) passthru;
|
inherit (libxml2) passthru;
|
||||||
|
Loading…
Reference in New Issue
Block a user