jackaudio: remove unneeded PKGCONFIG variable

Not needed anymore after setting this correctly in the wafHook.
This commit is contained in:
Rick van Schijndel 2022-04-10 17:04:25 +02:00
parent a2f91d1831
commit a13f4f6c1c

View File

@ -48,8 +48,6 @@ stdenv.mkDerivation rec {
--replace /bin/bash ${bash}/bin/bash
'';
PKGCONFIG = "${stdenv.cc.targetPrefix}pkg-config";
dontAddWafCrossFlags = "true";
wafConfigureFlags = [
"--classic"