From 98ed667537829499b5400d6232301c1cd7efe6d6 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 1 Aug 2025 16:50:01 +0000 Subject: [PATCH] bind: fix cross compilation protobufc is required both at runtime (by dnstap-read.c) *and* build time (for its 'protoc' binary) --- pkgs/by-name/bi/bind/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/bi/bind/package.nix b/pkgs/by-name/bi/bind/package.nix index e6a4d03410f0..2f7e0f0aff92 100644 --- a/pkgs/by-name/bi/bind/package.nix +++ b/pkgs/by-name/bi/bind/package.nix @@ -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: