rippled: fix build after boost 1.72 upgrade
This was broken in #84182; pinning back to 1.71 fixes the build.
This commit is contained in:
parent
bfa7b0c3c0
commit
4c5c996c2b
1 changed files with 2 additions and 1 deletions
|
@ -16253,8 +16253,9 @@ in
|
|||
libtool = darwin.cctools;
|
||||
};
|
||||
|
||||
# Fails to compile with boost >= 1.72
|
||||
rippled = callPackage ../servers/rippled {
|
||||
boost = boost17x;
|
||||
boost = boost171;
|
||||
};
|
||||
|
||||
rippled-validator-keys-tool = callPackage ../servers/rippled/validator-keys-tool.nix {
|
||||
|
|
Loading…
Reference in a new issue