perl-NetDBus: use prefixed pkg-config

needed for c71ab32a67
This commit is contained in:
Matthew Bauer 2020-06-24 20:34:31 -04:00
parent 96f72f94ad
commit 7a8b3b8b64

View file

@ -13717,6 +13717,10 @@ let
sha256 = "19nf4xn9xhyd0sd2az9iliqldjj0k6ah2dmkyqyvq4rp2d9k5jgb";
});
postPatch = ''
substituteInPlace Makefile.PL --replace pkg-config $PKG_CONFIG
'';
meta = {
homepage = "http://www.freedesktop.org/wiki/Software/dbus";
description = "Extension for the DBus bindings";