gi-docgen: fix cross by adding python3 to depsBuildBuild

adding python3 to nativeBuildInputs is not enough as it still uses the
aarch64 python for the build
This commit is contained in:
Artturin 2021-10-27 00:04:44 +03:00
parent 5186e88eb3
commit e83600ad02

View File

@ -29,6 +29,10 @@ python3.pkgs.buildPythonApplication rec {
})
];
depsBuildBuild = [
python3
];
nativeBuildInputs = [
meson
ninja