Unverified Commit 98b60130 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

bind: fix cross compilation (#430164)

parents 3d1c409e 98ed6675
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: