gnu: hyperledger-iroha: Build with the latest Boost.
authorMarius Bakke <mbakke@fastmail.com>
Tue, 5 May 2020 15:21:17 +0000 (17:21 +0200)
committerMarius Bakke <mbakke@fastmail.com>
Tue, 5 May 2020 18:44:54 +0000 (20:44 +0200)
* gnu/packages/hyperledger.scm (hyperledger-iroha)[inputs]: Change from
BOOST-1.69.0 to BOOST.

gnu/packages/hyperledger.scm

index 86eb86d..c1b8215 100644 (file)
@@ -188,7 +188,7 @@ link-time.  New implementations can be added as well.")
        ("rxcpp" ,rxcpp)
        ("spdlog" ,spdlog)))
     (inputs
-     `(("boost" ,boost-1.69)
+     `(("boost" ,boost)
        ("gflags" ,gflags)
        ("grpc" ,grpc-1.16.1)
        ("hyperledger-iroha-ed25519" ,hyperledger-iroha-ed25519)