Commit 60ef31e3 authored by aleksana's avatar aleksana
Browse files

nuraft: pin to asio_1_32_0

parent 8b856b0a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  fetchpatch,
  cmake,
  boost,
  asio,
  asio_1_32_0,
  openssl,
  zlib,
}:
@@ -34,7 +34,8 @@ stdenv.mkDerivation rec {
  nativeBuildInputs = [ cmake ];
  buildInputs = [
    boost
    asio
    # Depends on io_service
    asio_1_32_0
    openssl
    zlib
  ];