formats.xml: fix cross compilation (#429141)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user