fuzzel: add pkg-config to depsBuildBuild to support cross compilation

This commit is contained in:
Colin
2023-04-07 03:26:26 +00:00
parent 65277def0f
commit 4fa1ac3121
@@ -34,6 +34,10 @@ stdenv.mkDerivation rec {
hash = "sha256-Va/Rm35jqxDlIfQdrpZ41qrW8YzWmm1LWra76AW1xUw=";
};
depsBuildBuild = [
pkg-config
];
nativeBuildInputs = [
pkg-config
wayland-scanner