Nix: add pkg-config to depsBuildBuild

This commit is contained in:
Mihai Fufezan 2024-09-01 18:13:39 +03:00
parent fac807e549
commit 8e5ca2a299
Signed by: fufexan
SSH key fingerprint: SHA256:SdnKmEpJrDu1+2UO1QpB/Eg4HKcdDi6n+xSRqFNJVpg

View file

@ -29,6 +29,10 @@ stdenv.mkDerivation {
src = ../.; src = ../.;
depsBuildBuild = [
pkg-config
];
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
makeWrapper makeWrapper