avahi: use prefixed pkg-config
This commit is contained in:
parent
95930fe857
commit
34e4d0fd98
@ -18,6 +18,11 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0128n7jlshw4bpx0vg8lwj8qwdisjxi7mvniwfafgnkzzrfrpaap";
|
||||
};
|
||||
|
||||
prePatch = ''
|
||||
substituteInPlace configure \
|
||||
--replace pkg-config "$PKG_CONFIG"
|
||||
'';
|
||||
|
||||
patches = [
|
||||
./no-mkdir-localstatedir.patch
|
||||
(fetchpatch {
|
||||
|
Loading…
Reference in New Issue
Block a user