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-18 22:15:07 +03:00
committed by Artturin
parent 0751fd4a36
commit 7e3053b534
2 changed files with 2 additions and 2 deletions
+1 -1
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 = {
+1 -1
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 = {