mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 13:37:36 +00:00
expat: add python3Packages.xmltodict to passthru.tests
as it has revealed compatibility issues in the past
This commit is contained in:
parent
3cef6effe9
commit
d88dc978f6
@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
passthru.tests = {
|
||||
inherit python3;
|
||||
inherit (python3.pkgs) xmltodict;
|
||||
inherit (haskellPackages) hexpat;
|
||||
inherit (perlPackages) XMLSAXExpat XMLParser;
|
||||
inherit (luaPackages) luaexpat;
|
||||
|
Loading…
Reference in New Issue
Block a user