gtk-doc: use prefixed pkg-config if needed
Needed for the change where we always prefix pkg-config.
This commit is contained in:
parent
77ae25ce80
commit
36abd4f593
@ -32,6 +32,11 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
passthru.respect_xml_catalog_files_var_patch
|
passthru.respect_xml_catalog_files_var_patch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace meson.build \
|
||||||
|
--replace "pkg-config" "$PKG_CONFIG"
|
||||||
|
'';
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
||||||
depsBuildBuild = [
|
depsBuildBuild = [
|
||||||
|
Loading…
Reference in New Issue
Block a user