bind: fix cross compilation

protobufc is required both at runtime (by dnstap-read.c)
*and* build time (for its 'protoc' binary)
This commit is contained in:
Colin 2025-08-01 16:50:01 +00:00
parent 8749d02cb5
commit 98ed667537

View File

@ -52,6 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
perl
pkg-config
protobufc
removeReferencesTo
];
buildInputs = [
@ -107,6 +108,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
enableParallelBuilding = true;
strictDeps = true;
doCheck = false;
# TODO: investigate failures; see this and linked discussions: