mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
87a40d7203
commit
45c137e30f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue