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:
Benjamin Hipple 2020-05-03 20:06:35 -04:00
parent bfa7b0c3c0
commit 4c5c996c2b

View file

@ -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 {