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 pkgs.callPackage ( 953 { 954 runCommand, 955 - python3, 956 libxml2Python, 957 }: 958 runCommand name 959 { 960 nativeBuildInputs = [ 961 - python3 962 - python3.pkgs.xmltodict 963 libxml2Python 964 ]; 965 value = builtins.toJSON value;
··· 952 pkgs.callPackage ( 953 { 954 runCommand, 955 libxml2Python, 956 + python3Packages, 957 }: 958 runCommand name 959 { 960 nativeBuildInputs = [ 961 + python3Packages.xmltodict 962 libxml2Python 963 ]; 964 value = builtins.toJSON value;