Skip to content

Commit 4c5c996

Browse files
committedJun 14, 2020
rippled: fix build after boost 1.72 upgrade
This was broken in #84182; pinning back to 1.71 fixes the build.
1 parent bfa7b0c commit 4c5c996

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎pkgs/top-level/all-packages.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -16253,8 +16253,9 @@ in
1625316253
libtool = darwin.cctools;
1625416254
};
1625516255

16256+
# Fails to compile with boost >= 1.72
1625616257
rippled = callPackage ../servers/rippled {
16257-
boost = boost17x;
16258+
boost = boost171;
1625816259
};
1625916260

1626016261
rippled-validator-keys-tool = callPackage ../servers/rippled/validator-keys-tool.nix {

0 commit comments

Comments
 (0)
Please sign in to comment.