Commit 98ed6675 authored by Colin's avatar Colin
Browse files

bind: fix cross compilation

protobufc is required both at runtime (by dnstap-read.c)
*and* build time (for its 'protoc' binary)
parent 8749d02c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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: