Skip to content

Commit 597743c

Browse files
committed
ycmd: use boost174
PR #138309 switched the default to 177 and that broke the build. /cc #151469.
1 parent b912e42 commit 597743c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15670,6 +15670,7 @@ with pkgs;
1567015670
ycmd = callPackage ../development/tools/misc/ycmd {
1567115671
inherit (darwin.apple_sdk.frameworks) Cocoa;
1567215672
python = python3;
15673+
boost = boost174;
1567315674
};
1567415675

1567515676
yodl = callPackage ../development/tools/misc/yodl { };

0 commit comments

Comments
 (0)