pulseaudio: use prefixed pkg-config
This commit is contained in:
parent
da8e991836
commit
8f0c1adda2
@ -61,6 +61,11 @@ stdenv.mkDerivation rec {
|
|||||||
++ lib.optional zeroconfSupport avahi
|
++ lib.optional zeroconfSupport avahi
|
||||||
);
|
);
|
||||||
|
|
||||||
|
prePatch = ''
|
||||||
|
substituteInPlace bootstrap.sh \
|
||||||
|
--replace pkg-config $PKG_CONFIG
|
||||||
|
'';
|
||||||
|
|
||||||
autoreconfPhase = ''
|
autoreconfPhase = ''
|
||||||
# Performs an autoreconf
|
# Performs an autoreconf
|
||||||
patchShebangs bootstrap.sh
|
patchShebangs bootstrap.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user