Merge pull request #117914 from Mindavi/cross/gtk-doc-json-glib

gtk-doc + json-glib: fix cross-compilation
This commit is contained in:
John Ericson
2021-04-15 16:39:02 -04:00
committed by GitHub
2 changed files with 25 additions and 3 deletions

View File

@@ -32,6 +32,13 @@ python3.pkgs.buildPythonApplication rec {
passthru.respect_xml_catalog_files_var_patch
];
strictDeps = true;
depsBuildBuild = [
python3
pkg-config
];
nativeBuildInputs = [
pkg-config
gettext