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
No known key found for this signature in database

View File

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