pulseaudio: use prefixed pkg-config

gstqt5
Matthew Bauer 2020-06-24 20:37:22 -04:00
parent da8e991836
commit 8f0c1adda2
1 changed files with 5 additions and 0 deletions

View File

@ -61,6 +61,11 @@ stdenv.mkDerivation rec {
++ lib.optional zeroconfSupport avahi
);
prePatch = ''
substituteInPlace bootstrap.sh \
--replace pkg-config $PKG_CONFIG
'';
autoreconfPhase = ''
# Performs an autoreconf
patchShebangs bootstrap.sh