Unverified Commit 86ee22f2 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

formats.xml: fix cross compilation (#429141)

parents 3d3f2569 ae98bf92
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -952,14 +952,13 @@ optionalAttrs allowAliases aliases
          pkgs.callPackage (
            {
              runCommand,
              python3,
              libxml2Python,
              python3Packages,
            }:
            runCommand name
              {
                nativeBuildInputs = [
                  python3
                  python3.pkgs.xmltodict
                  python3Packages.xmltodict
                  libxml2Python
                ];
                value = builtins.toJSON value;