formats.xml: fix cross compilation (#429141)

authored by Sandro and committed by GitHub 86ee22f2 3d3f2569

+2 -3
+2 -3
pkgs/pkgs-lib/formats.nix
··· 952 952 pkgs.callPackage ( 953 953 { 954 954 runCommand, 955 - python3, 956 955 libxml2Python, 956 + python3Packages, 957 957 }: 958 958 runCommand name 959 959 { 960 960 nativeBuildInputs = [ 961 - python3 962 - python3.pkgs.xmltodict 961 + python3Packages.xmltodict 963 962 libxml2Python 964 963 ]; 965 964 value = builtins.toJSON value;