jackaudio: remove unneeded PKGCONFIG variable
Not needed anymore after setting this correctly in the wafHook.
This commit is contained in:
parent
a2f91d1831
commit
a13f4f6c1c
1 changed files with 0 additions and 2 deletions
|
@ -48,8 +48,6 @@ stdenv.mkDerivation rec {
|
|||
--replace /bin/bash ${bash}/bin/bash
|
||||
'';
|
||||
|
||||
PKGCONFIG = "${stdenv.cc.targetPrefix}pkg-config";
|
||||
|
||||
dontAddWafCrossFlags = "true";
|
||||
wafConfigureFlags = [
|
||||
"--classic"
|
||||
|
|
Loading…
Reference in a new issue