abuild: set proper pkg-config name

This commit is contained in:
Nick Cao
2025-01-17 20:49:47 +02:00
committed by Artturin
parent ece71c6f18
commit 5c8bd5c694
+2 -1
View File
@@ -53,7 +53,8 @@ stdenv.mkDerivation (finalAttrs: {
patchPhase = ''
substituteInPlace ./Makefile \
--replace 'chmod 4555' '#chmod 4555'
--replace 'chmod 4555' '#chmod 4555' \
--replace 'pkg-config' "$PKG_CONFIG"
'';
makeFlags = [