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
@ -16253,8 +16253,9 @@ in
|
|||||||
libtool = darwin.cctools;
|
libtool = darwin.cctools;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Fails to compile with boost >= 1.72
|
||||||
rippled = callPackage ../servers/rippled {
|
rippled = callPackage ../servers/rippled {
|
||||||
boost = boost17x;
|
boost = boost171;
|
||||||
};
|
};
|
||||||
|
|
||||||
rippled-validator-keys-tool = callPackage ../servers/rippled/validator-keys-tool.nix {
|
rippled-validator-keys-tool = callPackage ../servers/rippled/validator-keys-tool.nix {
|
||||||
|
Loading…
Reference in New Issue
Block a user