pulseaudio: use prefixed pkg-config

wip/yesman
Matthew Bauer 4 years ago
parent da8e991836
commit 8f0c1adda2
  1. 5
      pkgs/servers/pulseaudio/default.nix

@ -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

Loading…
Cancel
Save