Unverified Commit dede983f authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

riemann_c_client: fix cross compilation

parent 1d76f785
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -33,10 +33,13 @@ stdenv.mkDerivation rec {
    "out"
  ];

  strictDeps = true;

  nativeBuildInputs = [
    autoreconfHook
    check
    pkg-config
    protobufc
  ];
  buildInputs = [
    file