gtk-doc: fix cross-compilation

This commit is contained in:
Rick van Schijndel 2021-03-19 11:37:38 +01:00
parent 8f78c20388
commit 9647bb3135

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