nix: add pkg-config to depsBuildBuild

This commit is contained in:
Mihai Fufezan 2024-09-01 16:58:33 +03:00
parent 6c6e54faa8
commit 36e83af943
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@ stdenv.mkDerivation {
--replace GIT_COMMIT_HASH '"${commit}"' --replace GIT_COMMIT_HASH '"${commit}"'
''; '';
depsBuildBuild = [
pkg-config
];
cmakeBuildType = cmakeBuildType =
if debug if debug
then "Debug" then "Debug"