mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
jackaudio: remove unneeded PKGCONFIG variable
Not needed anymore after setting this correctly in the wafHook.
This commit is contained in:
parent
a2f91d1831
commit
a13f4f6c1c
@ -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 New Issue
Block a user