gnu: hyperledger-iroha: Build with the latest Boost.

* gnu/packages/hyperledger.scm (hyperledger-iroha)[inputs]: Change from
BOOST-1.69.0 to BOOST.
This commit is contained in:
Marius Bakke 2020-05-05 17:21:17 +02:00
parent 87a40d7203
commit 45c137e30f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -188,7 +188,7 @@ (define-public hyperledger-iroha
("rxcpp" ,rxcpp)
("spdlog" ,spdlog)))
(inputs
`(("boost" ,boost-1.69)
`(("boost" ,boost)
("gflags" ,gflags)
("grpc" ,grpc-1.16.1)
("hyperledger-iroha-ed25519" ,hyperledger-iroha-ed25519)