avahi: use prefixed pkg-config

This commit is contained in:
Matthew Bauer 2020-06-24 20:39:29 -04:00
parent 95930fe857
commit 34e4d0fd98

View File

@ -18,6 +18,11 @@ stdenv.mkDerivation rec {
sha256 = "0128n7jlshw4bpx0vg8lwj8qwdisjxi7mvniwfafgnkzzrfrpaap";
};
prePatch = ''
substituteInPlace configure \
--replace pkg-config "$PKG_CONFIG"
'';
patches = [
./no-mkdir-localstatedir.patch
(fetchpatch {