alfred,batctl: don't override PKG_CONFIG

was added in 2016 but not necessary anymore

to fix cross compilation
This commit is contained in:
MaxHearnden 2023-06-17 23:21:24 +01:00 committed by Artturin
parent 0751fd4a36
commit 7e3053b534
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
buildInputs = [ gpsd libcap libnl ];
preBuild = ''
makeFlags="PREFIX=$out PKG_CONFIG=${pkg-config}/bin/${pkg-config.targetPrefix}pkg-config"
makeFlags="PREFIX=$out"
'';
meta = {

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libnl ];
preBuild = ''
makeFlags="PREFIX=$out PKG_CONFIG=${pkg-config}/bin/${pkg-config.targetPrefix}pkg-config"
makeFlags="PREFIX=$out"
'';
meta = {