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