gtk-doc: use prefixed pkg-config if needed

Needed for the change where we always prefix pkg-config.
This commit is contained in:
Rick van Schijndel 2022-06-08 22:07:07 +02:00 committed by Rick van Schijndel
parent 77ae25ce80
commit 36abd4f593

View file

@ -32,6 +32,11 @@ python3.pkgs.buildPythonApplication rec {
passthru.respect_xml_catalog_files_var_patch
];
postPatch = ''
substituteInPlace meson.build \
--replace "pkg-config" "$PKG_CONFIG"
'';
strictDeps = true;
depsBuildBuild = [